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