source: asp_ewarm/asp-1.7.0/extension/mutex/kernel/kernel_unrename.h@ 61

Last change on this file since 61 was 61, checked in by ertl-honda, 11 years ago

ASP for EWARM のコミット.

File size: 6.2 KB
Line 
1/* This file is generated from kernel_rename.def by genrename. */
2
3/* This file is included only when kernel_rename.h has been included. */
4#ifdef TOPPERS_KERNEL_RENAME_H
5#undef TOPPERS_KERNEL_RENAME_H
6
7/*
8 * startup.c
9 */
10#undef kerflg
11#undef exit_kernel
12
13/*
14 * task.c
15 */
16#undef p_runtsk
17#undef p_schedtsk
18#undef reqflg
19#undef ipmflg
20#undef disdsp
21#undef dspflg
22#undef ready_queue
23#undef ready_primap
24#undef initialize_task
25#undef search_schedtsk
26#undef make_runnable
27#undef make_non_runnable
28#undef make_dormant
29#undef make_active
30#undef change_priority
31#undef rotate_ready_queue
32#undef call_texrtn
33#undef calltex
34
35/*
36 * wait.c
37 */
38#undef make_wait_tmout
39#undef wait_complete
40#undef wait_tmout
41#undef wait_tmout_ok
42#undef wait_release
43#undef wobj_make_wait
44#undef wobj_make_wait_tmout
45#undef init_wait_queue
46
47/*
48 * time_event.c
49 */
50#undef current_time
51#undef min_time
52#undef next_time
53#undef next_subtime
54#undef last_index
55#undef initialize_tmevt
56#undef tmevt_up
57#undef tmevt_down
58#undef tmevtb_insert
59#undef tmevtb_delete
60#undef tmevt_lefttim
61#undef signal_time
62
63/*
64 * semaphore.c
65 */
66#undef initialize_semaphore
67
68/*
69 * eventflag.c
70 */
71#undef initialize_eventflag
72#undef check_flg_cond
73
74/*
75 * dataqueue.c
76 */
77#undef initialize_dataqueue
78#undef enqueue_data
79#undef force_enqueue_data
80#undef dequeue_data
81#undef send_data
82#undef force_send_data
83#undef receive_data
84
85/*
86 * pridataq.c
87 */
88#undef initialize_pridataq
89#undef enqueue_pridata
90#undef dequeue_pridata
91#undef send_pridata
92#undef receive_pridata
93
94/*
95 * mailbox.c
96 */
97#undef initialize_mailbox
98
99/*
100 * mempfix.c
101 */
102#undef initialize_mempfix
103#undef get_mpf_block
104
105/*
106 * mutex.c
107 */
108#undef mtxhook_check_ceilpri
109#undef mtxhook_scan_ceilmtx
110#undef mtxhook_release_all
111#undef initialize_mutex
112#undef mutex_check_ceilpri
113#undef mutex_scan_ceilmtx
114#undef mutex_calc_priority
115#undef mutex_release
116#undef mutex_release_all
117
118/*
119 * cyclic.c
120 */
121#undef initialize_cyclic
122#undef call_cychdr
123
124/*
125 * alarm.c
126 */
127#undef initialize_alarm
128#undef call_almhdr
129
130/*
131 * interrupt.c
132 */
133#undef initialize_interrupt
134
135/*
136 * exception.c
137 */
138#undef initialize_exception
139
140/*
141 * kernel_cfg.c
142 */
143#undef initialize_object
144#undef call_inirtn
145#undef call_terrtn
146#undef tmax_tskid
147#undef tinib_table
148#undef torder_table
149#undef tcb_table
150#undef tmax_semid
151#undef seminib_table
152#undef semcb_table
153#undef tmax_flgid
154#undef flginib_table
155#undef flgcb_table
156#undef tmax_dtqid
157#undef dtqcb_table
158#undef dtqinib_table
159#undef tmax_pdqid
160#undef pdqcb_table
161#undef pdqinib_table
162#undef tmax_mbxid
163#undef mbxcb_table
164#undef mbxinib_table
165#undef tmax_mtxid
166#undef mtxcb_table
167#undef mtxinib_table
168#undef tmax_mpfid
169#undef mpfinib_table
170#undef mpfcb_table
171#undef tmax_cycid
172#undef cycinib_table
173#undef cyccb_table
174#undef tmax_almid
175#undef alminib_table
176#undef almcb_table
177#undef tnum_inhno
178#undef inhinib_table
179#undef tnum_intno
180#undef intinib_table
181#undef tnum_excno
182#undef excinib_table
183#undef tmevt_heap
184#undef istksz
185#undef istk
186#undef istkpt
187
188
189#ifdef TOPPERS_LABEL_ASM
190
191/*
192 * startup.c
193 */
194#undef _kerflg
195#undef _exit_kernel
196
197/*
198 * task.c
199 */
200#undef _p_runtsk
201#undef _p_schedtsk
202#undef _reqflg
203#undef _ipmflg
204#undef _disdsp
205#undef _dspflg
206#undef _ready_queue
207#undef _ready_primap
208#undef _initialize_task
209#undef _search_schedtsk
210#undef _make_runnable
211#undef _make_non_runnable
212#undef _make_dormant
213#undef _make_active
214#undef _change_priority
215#undef _rotate_ready_queue
216#undef _call_texrtn
217#undef _calltex
218
219/*
220 * wait.c
221 */
222#undef _make_wait_tmout
223#undef _wait_complete
224#undef _wait_tmout
225#undef _wait_tmout_ok
226#undef _wait_release
227#undef _wobj_make_wait
228#undef _wobj_make_wait_tmout
229#undef _init_wait_queue
230
231/*
232 * time_event.c
233 */
234#undef _current_time
235#undef _min_time
236#undef _next_time
237#undef _next_subtime
238#undef _last_index
239#undef _initialize_tmevt
240#undef _tmevt_up
241#undef _tmevt_down
242#undef _tmevtb_insert
243#undef _tmevtb_delete
244#undef _tmevt_lefttim
245#undef _signal_time
246
247/*
248 * semaphore.c
249 */
250#undef _initialize_semaphore
251
252/*
253 * eventflag.c
254 */
255#undef _initialize_eventflag
256#undef _check_flg_cond
257
258/*
259 * dataqueue.c
260 */
261#undef _initialize_dataqueue
262#undef _enqueue_data
263#undef _force_enqueue_data
264#undef _dequeue_data
265#undef _send_data
266#undef _force_send_data
267#undef _receive_data
268
269/*
270 * pridataq.c
271 */
272#undef _initialize_pridataq
273#undef _enqueue_pridata
274#undef _dequeue_pridata
275#undef _send_pridata
276#undef _receive_pridata
277
278/*
279 * mailbox.c
280 */
281#undef _initialize_mailbox
282
283/*
284 * mempfix.c
285 */
286#undef _initialize_mempfix
287#undef _get_mpf_block
288
289/*
290 * mutex.c
291 */
292#undef _mtxhook_check_ceilpri
293#undef _mtxhook_scan_ceilmtx
294#undef _mtxhook_release_all
295#undef _initialize_mutex
296#undef _mutex_check_ceilpri
297#undef _mutex_scan_ceilmtx
298#undef _mutex_calc_priority
299#undef _mutex_release
300#undef _mutex_release_all
301
302/*
303 * cyclic.c
304 */
305#undef _initialize_cyclic
306#undef _call_cychdr
307
308/*
309 * alarm.c
310 */
311#undef _initialize_alarm
312#undef _call_almhdr
313
314/*
315 * interrupt.c
316 */
317#undef _initialize_interrupt
318
319/*
320 * exception.c
321 */
322#undef _initialize_exception
323
324/*
325 * kernel_cfg.c
326 */
327#undef _initialize_object
328#undef _call_inirtn
329#undef _call_terrtn
330#undef _tmax_tskid
331#undef _tinib_table
332#undef _torder_table
333#undef _tcb_table
334#undef _tmax_semid
335#undef _seminib_table
336#undef _semcb_table
337#undef _tmax_flgid
338#undef _flginib_table
339#undef _flgcb_table
340#undef _tmax_dtqid
341#undef _dtqcb_table
342#undef _dtqinib_table
343#undef _tmax_pdqid
344#undef _pdqcb_table
345#undef _pdqinib_table
346#undef _tmax_mbxid
347#undef _mbxcb_table
348#undef _mbxinib_table
349#undef _tmax_mtxid
350#undef _mtxcb_table
351#undef _mtxinib_table
352#undef _tmax_mpfid
353#undef _mpfinib_table
354#undef _mpfcb_table
355#undef _tmax_cycid
356#undef _cycinib_table
357#undef _cyccb_table
358#undef _tmax_almid
359#undef _alminib_table
360#undef _almcb_table
361#undef _tnum_inhno
362#undef _inhinib_table
363#undef _tnum_intno
364#undef _intinib_table
365#undef _tnum_excno
366#undef _excinib_table
367#undef _tmevt_heap
368#undef _istksz
369#undef _istk
370#undef _istkpt
371
372
373#endif /* TOPPERS_LABEL_ASM */
374
375#include "target_unrename.h"
376
377#endif /* TOPPERS_KERNEL_RENAME_H */
Note: See TracBrowser for help on using the repository browser.