source: asp_wo_cfg/trunk/kernel/kernel_unrename.h@ 72

Last change on this file since 72 was 49, checked in by ertl-hiro, 12 years ago

asp_wo_kernelをコミット。

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