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