source: asp3_wo_tecs/trunk/extension/dcre/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: 7.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 enadsp
22#undef dspflg
23#undef ready_queue
24#undef ready_primap
25#undef free_tcb
26#undef initialize_task
27#undef search_schedtsk
28#undef make_runnable
29#undef make_non_runnable
30#undef make_dormant
31#undef make_active
32#undef change_priority
33#undef rotate_ready_queue
34#undef task_terminate
35
36/*
37 * taskhook.c
38 */
39#undef mtxhook_check_ceilpri
40#undef mtxhook_scan_ceilmtx
41#undef mtxhook_release_all
42
43/*
44 * wait.c
45 */
46#undef make_wait_tmout
47#undef wait_complete
48#undef wait_tmout
49#undef wait_tmout_ok
50#undef wobj_make_wait
51#undef wobj_make_wait_tmout
52#undef init_wait_queue
53
54/*
55 * time_event.c
56 */
57#undef boundary_evttim
58#undef current_evttim
59#undef current_hrtcnt
60#undef monotonic_evttim
61#undef systim_offset
62#undef in_signal_time
63#undef initialize_tmevt
64#undef tmevt_up
65#undef tmevt_down
66#undef update_current_evttim
67#undef set_hrt_event
68#undef tmevtb_register
69#undef tmevtb_enqueue
70#undef tmevtb_dequeue
71#undef check_adjtim
72#undef tmevt_lefttim
73#undef signal_time
74
75/*
76 * semaphore.c
77 */
78#undef free_semcb
79#undef initialize_semaphore
80
81/*
82 * eventflag.c
83 */
84#undef free_flgcb
85#undef initialize_eventflag
86#undef check_flg_cond
87
88/*
89 * dataqueue.c
90 */
91#undef free_dtqcb
92#undef initialize_dataqueue
93#undef enqueue_data
94#undef force_enqueue_data
95#undef dequeue_data
96#undef send_data
97#undef force_send_data
98#undef receive_data
99
100/*
101 * pridataq.c
102 */
103#undef free_pdqcb
104#undef initialize_pridataq
105#undef enqueue_pridata
106#undef dequeue_pridata
107#undef send_pridata
108#undef receive_pridata
109
110/*
111 * mutex.c
112 */
113#undef free_mtxcb
114#undef initialize_mutex
115#undef mutex_check_ceilpri
116#undef mutex_scan_ceilmtx
117#undef mutex_drop_priority
118#undef mutex_acquire
119#undef mutex_release
120#undef mutex_release_all
121
122/*
123 * mempfix.c
124 */
125#undef free_mpfcb
126#undef initialize_mempfix
127#undef get_mpf_block
128
129/*
130 * time_manage.c
131 */
132#undef check_nfyinfo
133#undef notify_handler
134
135/*
136 * cyclic.c
137 */
138#undef free_cyccb
139#undef initialize_cyclic
140#undef call_cyclic
141
142/*
143 * alarm.c
144 */
145#undef free_almcb
146#undef initialize_alarm
147#undef call_alarm
148
149/*
150 * interrupt.c
151 */
152#undef free_isrcb
153#undef initialize_isr
154#undef call_isr
155#undef initialize_interrupt
156
157/*
158 * exception.c
159 */
160#undef initialize_exception
161
162/*
163 * kernel_cfg.c
164 */
165#undef initialize_object
166#undef call_inirtn
167#undef call_terrtn
168#undef tmax_tskid
169#undef tmax_stskid
170#undef tinib_table
171#undef atinib_table
172#undef torder_table
173#undef tcb_table
174#undef tmax_semid
175#undef tmax_ssemid
176#undef seminib_table
177#undef aseminib_table
178#undef semcb_table
179#undef tmax_flgid
180#undef tmax_sflgid
181#undef flginib_table
182#undef aflginib_table
183#undef flgcb_table
184#undef tmax_dtqid
185#undef tmax_sdtqid
186#undef dtqinib_table
187#undef adtqinib_table
188#undef dtqcb_table
189#undef tmax_pdqid
190#undef tmax_spdqid
191#undef pdqinib_table
192#undef apdqinib_table
193#undef pdqcb_table
194#undef tmax_mtxid
195#undef tmax_smtxid
196#undef mtxinib_table
197#undef amtxinib_table
198#undef mtxcb_table
199#undef tmax_mpfid
200#undef tmax_smpfid
201#undef mpfinib_table
202#undef ampfinib_table
203#undef mpfcb_table
204#undef tmax_cycid
205#undef tmax_scycid
206#undef cycinib_table
207#undef acycinib_table
208#undef acyc_nfyinfo_table
209#undef cyccb_table
210#undef tmax_almid
211#undef tmax_salmid
212#undef alminib_table
213#undef aalminib_table
214#undef aalm_nfyinfo_table
215#undef almcb_table
216#undef tnum_isr_queue
217#undef isr_queue_list
218#undef isr_queue_table
219#undef tmax_isrid
220#undef tmax_sisrid
221#undef isrinib_table
222#undef aisrinib_table
223#undef isrcb_table
224#undef tnum_def_inhno
225#undef inhinib_table
226#undef tnum_cfg_intno
227#undef intinib_table
228#undef tnum_def_excno
229#undef excinib_table
230#undef tmevt_heap
231#undef istksz
232#undef istk
233#undef istkpt
234#undef kmmsz
235#undef kmm
236
237
238#ifdef TOPPERS_LABEL_ASM
239
240/*
241 * startup.c
242 */
243#undef _kerflg
244#undef _exit_kernel
245#undef _initialize_kmm
246#undef _kernel_malloc
247#undef _kernel_free
248
249/*
250 * task.c
251 */
252#undef _p_runtsk
253#undef _p_schedtsk
254#undef _enadsp
255#undef _dspflg
256#undef _ready_queue
257#undef _ready_primap
258#undef _free_tcb
259#undef _initialize_task
260#undef _search_schedtsk
261#undef _make_runnable
262#undef _make_non_runnable
263#undef _make_dormant
264#undef _make_active
265#undef _change_priority
266#undef _rotate_ready_queue
267#undef _task_terminate
268
269/*
270 * taskhook.c
271 */
272#undef _mtxhook_check_ceilpri
273#undef _mtxhook_scan_ceilmtx
274#undef _mtxhook_release_all
275
276/*
277 * wait.c
278 */
279#undef _make_wait_tmout
280#undef _wait_complete
281#undef _wait_tmout
282#undef _wait_tmout_ok
283#undef _wobj_make_wait
284#undef _wobj_make_wait_tmout
285#undef _init_wait_queue
286
287/*
288 * time_event.c
289 */
290#undef _boundary_evttim
291#undef _current_evttim
292#undef _current_hrtcnt
293#undef _monotonic_evttim
294#undef _systim_offset
295#undef _in_signal_time
296#undef _initialize_tmevt
297#undef _tmevt_up
298#undef _tmevt_down
299#undef _update_current_evttim
300#undef _set_hrt_event
301#undef _tmevtb_register
302#undef _tmevtb_enqueue
303#undef _tmevtb_dequeue
304#undef _check_adjtim
305#undef _tmevt_lefttim
306#undef _signal_time
307
308/*
309 * semaphore.c
310 */
311#undef _free_semcb
312#undef _initialize_semaphore
313
314/*
315 * eventflag.c
316 */
317#undef _free_flgcb
318#undef _initialize_eventflag
319#undef _check_flg_cond
320
321/*
322 * dataqueue.c
323 */
324#undef _free_dtqcb
325#undef _initialize_dataqueue
326#undef _enqueue_data
327#undef _force_enqueue_data
328#undef _dequeue_data
329#undef _send_data
330#undef _force_send_data
331#undef _receive_data
332
333/*
334 * pridataq.c
335 */
336#undef _free_pdqcb
337#undef _initialize_pridataq
338#undef _enqueue_pridata
339#undef _dequeue_pridata
340#undef _send_pridata
341#undef _receive_pridata
342
343/*
344 * mutex.c
345 */
346#undef _free_mtxcb
347#undef _initialize_mutex
348#undef _mutex_check_ceilpri
349#undef _mutex_scan_ceilmtx
350#undef _mutex_drop_priority
351#undef _mutex_acquire
352#undef _mutex_release
353#undef _mutex_release_all
354
355/*
356 * mempfix.c
357 */
358#undef _free_mpfcb
359#undef _initialize_mempfix
360#undef _get_mpf_block
361
362/*
363 * time_manage.c
364 */
365#undef _check_nfyinfo
366#undef _notify_handler
367
368/*
369 * cyclic.c
370 */
371#undef _free_cyccb
372#undef _initialize_cyclic
373#undef _call_cyclic
374
375/*
376 * alarm.c
377 */
378#undef _free_almcb
379#undef _initialize_alarm
380#undef _call_alarm
381
382/*
383 * interrupt.c
384 */
385#undef _free_isrcb
386#undef _initialize_isr
387#undef _call_isr
388#undef _initialize_interrupt
389
390/*
391 * exception.c
392 */
393#undef _initialize_exception
394
395/*
396 * kernel_cfg.c
397 */
398#undef _initialize_object
399#undef _call_inirtn
400#undef _call_terrtn
401#undef _tmax_tskid
402#undef _tmax_stskid
403#undef _tinib_table
404#undef _atinib_table
405#undef _torder_table
406#undef _tcb_table
407#undef _tmax_semid
408#undef _tmax_ssemid
409#undef _seminib_table
410#undef _aseminib_table
411#undef _semcb_table
412#undef _tmax_flgid
413#undef _tmax_sflgid
414#undef _flginib_table
415#undef _aflginib_table
416#undef _flgcb_table
417#undef _tmax_dtqid
418#undef _tmax_sdtqid
419#undef _dtqinib_table
420#undef _adtqinib_table
421#undef _dtqcb_table
422#undef _tmax_pdqid
423#undef _tmax_spdqid
424#undef _pdqinib_table
425#undef _apdqinib_table
426#undef _pdqcb_table
427#undef _tmax_mtxid
428#undef _tmax_smtxid
429#undef _mtxinib_table
430#undef _amtxinib_table
431#undef _mtxcb_table
432#undef _tmax_mpfid
433#undef _tmax_smpfid
434#undef _mpfinib_table
435#undef _ampfinib_table
436#undef _mpfcb_table
437#undef _tmax_cycid
438#undef _tmax_scycid
439#undef _cycinib_table
440#undef _acycinib_table
441#undef _acyc_nfyinfo_table
442#undef _cyccb_table
443#undef _tmax_almid
444#undef _tmax_salmid
445#undef _alminib_table
446#undef _aalminib_table
447#undef _aalm_nfyinfo_table
448#undef _almcb_table
449#undef _tnum_isr_queue
450#undef _isr_queue_list
451#undef _isr_queue_table
452#undef _tmax_isrid
453#undef _tmax_sisrid
454#undef _isrinib_table
455#undef _aisrinib_table
456#undef _isrcb_table
457#undef _tnum_def_inhno
458#undef _inhinib_table
459#undef _tnum_cfg_intno
460#undef _intinib_table
461#undef _tnum_def_excno
462#undef _excinib_table
463#undef _tmevt_heap
464#undef _istksz
465#undef _istk
466#undef _istkpt
467#undef _kmmsz
468#undef _kmm
469
470
471#endif /* TOPPERS_LABEL_ASM */
472
473#include "target_unrename.h"
474
475#endif /* TOPPERS_KERNEL_RENAME_H */
Note: See TracBrowser for help on using the repository browser.