source: asp3_wo_tecs/trunk/extension/messagebuf/kernel/kernel_unrename.h@ 302

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

TECSレスのASP3の開発のため以下のtrunkからコピー
http://dev.toppers.jp/svn/asp3/branches/WO_TECS-3.C.0

File size: 6.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 enadsp
19#undef dspflg
20#undef ready_queue
21#undef ready_primap
22#undef initialize_task
23#undef search_schedtsk
24#undef make_runnable
25#undef make_non_runnable
26#undef make_dormant
27#undef make_active
28#undef change_priority
29#undef rotate_ready_queue
30#undef task_terminate
31
32/*
33 * taskhook.c
34 */
35#undef mtxhook_check_ceilpri
36#undef mtxhook_scan_ceilmtx
37#undef mtxhook_release_all
38#undef mbfhook_dequeue_wobj
39
40/*
41 * wait.c
42 */
43#undef make_wait_tmout
44#undef wait_dequeue_wobj
45#undef wait_complete
46#undef wait_tmout
47#undef wait_tmout_ok
48#undef wobj_make_wait
49#undef wobj_make_wait_tmout
50#undef init_wait_queue
51
52/*
53 * time_event.c
54 */
55#undef boundary_evttim
56#undef current_evttim
57#undef current_hrtcnt
58#undef monotonic_evttim
59#undef systim_offset
60#undef in_signal_time
61#undef initialize_tmevt
62#undef tmevt_up
63#undef tmevt_down
64#undef update_current_evttim
65#undef set_hrt_event
66#undef tmevtb_register
67#undef tmevtb_enqueue
68#undef tmevtb_dequeue
69#undef check_adjtim
70#undef tmevt_lefttim
71#undef signal_time
72
73/*
74 * semaphore.c
75 */
76#undef initialize_semaphore
77
78/*
79 * eventflag.c
80 */
81#undef initialize_eventflag
82#undef check_flg_cond
83
84/*
85 * dataqueue.c
86 */
87#undef initialize_dataqueue
88#undef enqueue_data
89#undef force_enqueue_data
90#undef dequeue_data
91#undef send_data
92#undef force_send_data
93#undef receive_data
94
95/*
96 * pridataq.c
97 */
98#undef initialize_pridataq
99#undef enqueue_pridata
100#undef dequeue_pridata
101#undef send_pridata
102#undef receive_pridata
103
104/*
105 * mutex.c
106 */
107#undef initialize_mutex
108#undef mutex_check_ceilpri
109#undef mutex_scan_ceilmtx
110#undef mutex_drop_priority
111#undef mutex_acquire
112#undef mutex_release
113#undef mutex_release_all
114
115/*
116 * messagebuf.c
117 */
118#undef mbfhook_dequeue_wobj
119#undef initialize_messagebuf
120#undef enqueue_message
121#undef dequeue_message
122#undef send_message
123#undef messagebuf_signal
124#undef receive_message
125#undef messagebuf_dequeue_wobj
126
127/*
128 * mempfix.c
129 */
130#undef initialize_mempfix
131#undef get_mpf_block
132
133/*
134 * cyclic.c
135 */
136#undef initialize_cyclic
137#undef call_cyclic
138
139/*
140 * alarm.c
141 */
142#undef initialize_alarm
143#undef call_alarm
144
145/*
146 * interrupt.c
147 */
148#undef initialize_interrupt
149
150/*
151 * exception.c
152 */
153#undef initialize_exception
154
155/*
156 * kernel_cfg.c
157 */
158#undef initialize_object
159#undef call_inirtn
160#undef call_terrtn
161#undef tmax_tskid
162#undef tinib_table
163#undef torder_table
164#undef tcb_table
165#undef tmax_semid
166#undef seminib_table
167#undef semcb_table
168#undef tmax_flgid
169#undef flginib_table
170#undef flgcb_table
171#undef tmax_dtqid
172#undef dtqinib_table
173#undef dtqcb_table
174#undef tmax_pdqid
175#undef pdqinib_table
176#undef pdqcb_table
177#undef tmax_mtxid
178#undef mtxinib_table
179#undef mtxcb_table
180#undef tmax_mbfid
181#undef mbfinib_table
182#undef mbfcb_table
183#undef tmax_mpfid
184#undef mpfinib_table
185#undef mpfcb_table
186#undef tmax_cycid
187#undef cycinib_table
188#undef cyccb_table
189#undef tmax_almid
190#undef alminib_table
191#undef almcb_table
192#undef tnum_def_inhno
193#undef inhinib_table
194#undef tnum_cfg_intno
195#undef intinib_table
196#undef tnum_def_excno
197#undef excinib_table
198#undef tmevt_heap
199#undef istksz
200#undef istk
201#undef istkpt
202
203
204#ifdef TOPPERS_LABEL_ASM
205
206/*
207 * startup.c
208 */
209#undef _kerflg
210#undef _exit_kernel
211
212/*
213 * task.c
214 */
215#undef _p_runtsk
216#undef _p_schedtsk
217#undef _enadsp
218#undef _dspflg
219#undef _ready_queue
220#undef _ready_primap
221#undef _initialize_task
222#undef _search_schedtsk
223#undef _make_runnable
224#undef _make_non_runnable
225#undef _make_dormant
226#undef _make_active
227#undef _change_priority
228#undef _rotate_ready_queue
229#undef _task_terminate
230
231/*
232 * taskhook.c
233 */
234#undef _mtxhook_check_ceilpri
235#undef _mtxhook_scan_ceilmtx
236#undef _mtxhook_release_all
237#undef _mbfhook_dequeue_wobj
238
239/*
240 * wait.c
241 */
242#undef _make_wait_tmout
243#undef _wait_dequeue_wobj
244#undef _wait_complete
245#undef _wait_tmout
246#undef _wait_tmout_ok
247#undef _wobj_make_wait
248#undef _wobj_make_wait_tmout
249#undef _init_wait_queue
250
251/*
252 * time_event.c
253 */
254#undef _boundary_evttim
255#undef _current_evttim
256#undef _current_hrtcnt
257#undef _monotonic_evttim
258#undef _systim_offset
259#undef _in_signal_time
260#undef _initialize_tmevt
261#undef _tmevt_up
262#undef _tmevt_down
263#undef _update_current_evttim
264#undef _set_hrt_event
265#undef _tmevtb_register
266#undef _tmevtb_enqueue
267#undef _tmevtb_dequeue
268#undef _check_adjtim
269#undef _tmevt_lefttim
270#undef _signal_time
271
272/*
273 * semaphore.c
274 */
275#undef _initialize_semaphore
276
277/*
278 * eventflag.c
279 */
280#undef _initialize_eventflag
281#undef _check_flg_cond
282
283/*
284 * dataqueue.c
285 */
286#undef _initialize_dataqueue
287#undef _enqueue_data
288#undef _force_enqueue_data
289#undef _dequeue_data
290#undef _send_data
291#undef _force_send_data
292#undef _receive_data
293
294/*
295 * pridataq.c
296 */
297#undef _initialize_pridataq
298#undef _enqueue_pridata
299#undef _dequeue_pridata
300#undef _send_pridata
301#undef _receive_pridata
302
303/*
304 * mutex.c
305 */
306#undef _initialize_mutex
307#undef _mutex_check_ceilpri
308#undef _mutex_scan_ceilmtx
309#undef _mutex_drop_priority
310#undef _mutex_acquire
311#undef _mutex_release
312#undef _mutex_release_all
313
314/*
315 * messagebuf.c
316 */
317#undef _mbfhook_dequeue_wobj
318#undef _initialize_messagebuf
319#undef _enqueue_message
320#undef _dequeue_message
321#undef _send_message
322#undef _messagebuf_signal
323#undef _receive_message
324#undef _messagebuf_dequeue_wobj
325
326/*
327 * mempfix.c
328 */
329#undef _initialize_mempfix
330#undef _get_mpf_block
331
332/*
333 * cyclic.c
334 */
335#undef _initialize_cyclic
336#undef _call_cyclic
337
338/*
339 * alarm.c
340 */
341#undef _initialize_alarm
342#undef _call_alarm
343
344/*
345 * interrupt.c
346 */
347#undef _initialize_interrupt
348
349/*
350 * exception.c
351 */
352#undef _initialize_exception
353
354/*
355 * kernel_cfg.c
356 */
357#undef _initialize_object
358#undef _call_inirtn
359#undef _call_terrtn
360#undef _tmax_tskid
361#undef _tinib_table
362#undef _torder_table
363#undef _tcb_table
364#undef _tmax_semid
365#undef _seminib_table
366#undef _semcb_table
367#undef _tmax_flgid
368#undef _flginib_table
369#undef _flgcb_table
370#undef _tmax_dtqid
371#undef _dtqinib_table
372#undef _dtqcb_table
373#undef _tmax_pdqid
374#undef _pdqinib_table
375#undef _pdqcb_table
376#undef _tmax_mtxid
377#undef _mtxinib_table
378#undef _mtxcb_table
379#undef _tmax_mbfid
380#undef _mbfinib_table
381#undef _mbfcb_table
382#undef _tmax_mpfid
383#undef _mpfinib_table
384#undef _mpfcb_table
385#undef _tmax_cycid
386#undef _cycinib_table
387#undef _cyccb_table
388#undef _tmax_almid
389#undef _alminib_table
390#undef _almcb_table
391#undef _tnum_def_inhno
392#undef _inhinib_table
393#undef _tnum_cfg_intno
394#undef _intinib_table
395#undef _tnum_def_excno
396#undef _excinib_table
397#undef _tmevt_heap
398#undef _istksz
399#undef _istk
400#undef _istkpt
401
402
403#endif /* TOPPERS_LABEL_ASM */
404
405#include "target_unrename.h"
406
407#endif /* TOPPERS_KERNEL_RENAME_H */
Note: See TracBrowser for help on using the repository browser.