source: asp_ewarm/asp-1.7.0/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: 5.6 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 * cyclic.c
107 */
108#undef initialize_cyclic
109#undef call_cychdr
110
111/*
112 * alarm.c
113 */
114#undef initialize_alarm
115#undef call_almhdr
116
117/*
118 * interrupt.c
119 */
120#undef initialize_interrupt
121
122/*
123 * exception.c
124 */
125#undef initialize_exception
126
127/*
128 * kernel_cfg.c
129 */
130#undef initialize_object
131#undef call_inirtn
132#undef call_terrtn
133#undef tmax_tskid
134#undef tinib_table
135#undef torder_table
136#undef tcb_table
137#undef tmax_semid
138#undef seminib_table
139#undef semcb_table
140#undef tmax_flgid
141#undef flginib_table
142#undef flgcb_table
143#undef tmax_dtqid
144#undef dtqcb_table
145#undef dtqinib_table
146#undef tmax_pdqid
147#undef pdqcb_table
148#undef pdqinib_table
149#undef tmax_mbxid
150#undef mbxcb_table
151#undef mbxinib_table
152#undef tmax_mpfid
153#undef mpfinib_table
154#undef mpfcb_table
155#undef tmax_cycid
156#undef cycinib_table
157#undef cyccb_table
158#undef tmax_almid
159#undef alminib_table
160#undef almcb_table
161#undef tnum_inhno
162#undef inhinib_table
163#undef tnum_intno
164#undef intinib_table
165#undef tnum_excno
166#undef excinib_table
167#undef tmevt_heap
168#undef istksz
169#undef istk
170#undef istkpt
171
172
173#ifdef TOPPERS_LABEL_ASM
174
175/*
176 * startup.c
177 */
178#undef _kerflg
179#undef _exit_kernel
180
181/*
182 * task.c
183 */
184#undef _p_runtsk
185#undef _p_schedtsk
186#undef _reqflg
187#undef _ipmflg
188#undef _disdsp
189#undef _dspflg
190#undef _ready_queue
191#undef _ready_primap
192#undef _initialize_task
193#undef _search_schedtsk
194#undef _make_runnable
195#undef _make_non_runnable
196#undef _make_dormant
197#undef _make_active
198#undef _change_priority
199#undef _rotate_ready_queue
200#undef _call_texrtn
201#undef _calltex
202
203/*
204 * wait.c
205 */
206#undef _make_wait_tmout
207#undef _wait_complete
208#undef _wait_tmout
209#undef _wait_tmout_ok
210#undef _wait_release
211#undef _wobj_make_wait
212#undef _wobj_make_wait_tmout
213#undef _init_wait_queue
214
215/*
216 * time_event.c
217 */
218#undef _current_time
219#undef _min_time
220#undef _next_time
221#undef _next_subtime
222#undef _last_index
223#undef _initialize_tmevt
224#undef _tmevt_up
225#undef _tmevt_down
226#undef _tmevtb_insert
227#undef _tmevtb_delete
228#undef _tmevt_lefttim
229#undef _signal_time
230
231/*
232 * semaphore.c
233 */
234#undef _initialize_semaphore
235
236/*
237 * eventflag.c
238 */
239#undef _initialize_eventflag
240#undef _check_flg_cond
241
242/*
243 * dataqueue.c
244 */
245#undef _initialize_dataqueue
246#undef _enqueue_data
247#undef _force_enqueue_data
248#undef _dequeue_data
249#undef _send_data
250#undef _force_send_data
251#undef _receive_data
252
253/*
254 * pridataq.c
255 */
256#undef _initialize_pridataq
257#undef _enqueue_pridata
258#undef _dequeue_pridata
259#undef _send_pridata
260#undef _receive_pridata
261
262/*
263 * mailbox.c
264 */
265#undef _initialize_mailbox
266
267/*
268 * mempfix.c
269 */
270#undef _initialize_mempfix
271#undef _get_mpf_block
272
273/*
274 * cyclic.c
275 */
276#undef _initialize_cyclic
277#undef _call_cychdr
278
279/*
280 * alarm.c
281 */
282#undef _initialize_alarm
283#undef _call_almhdr
284
285/*
286 * interrupt.c
287 */
288#undef _initialize_interrupt
289
290/*
291 * exception.c
292 */
293#undef _initialize_exception
294
295/*
296 * kernel_cfg.c
297 */
298#undef _initialize_object
299#undef _call_inirtn
300#undef _call_terrtn
301#undef _tmax_tskid
302#undef _tinib_table
303#undef _torder_table
304#undef _tcb_table
305#undef _tmax_semid
306#undef _seminib_table
307#undef _semcb_table
308#undef _tmax_flgid
309#undef _flginib_table
310#undef _flgcb_table
311#undef _tmax_dtqid
312#undef _dtqcb_table
313#undef _dtqinib_table
314#undef _tmax_pdqid
315#undef _pdqcb_table
316#undef _pdqinib_table
317#undef _tmax_mbxid
318#undef _mbxcb_table
319#undef _mbxinib_table
320#undef _tmax_mpfid
321#undef _mpfinib_table
322#undef _mpfcb_table
323#undef _tmax_cycid
324#undef _cycinib_table
325#undef _cyccb_table
326#undef _tmax_almid
327#undef _alminib_table
328#undef _almcb_table
329#undef _tnum_inhno
330#undef _inhinib_table
331#undef _tnum_intno
332#undef _intinib_table
333#undef _tnum_excno
334#undef _excinib_table
335#undef _tmevt_heap
336#undef _istksz
337#undef _istk
338#undef _istkpt
339
340
341#endif /* TOPPERS_LABEL_ASM */
342
343#include "target_unrename.h"
344
345#endif /* TOPPERS_KERNEL_RENAME_H */
Note: See TracBrowser for help on using the repository browser.