source: asp3_wo_tecs/trunk/kernel/kernel_unrename.h@ 304

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

コンフィギュレータをruby版に変更

File size: 3.0 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 * interrupt.c
133 */
134#undef initialize_interrupt
135
136/*
137 * exception.c
138 */
139#undef initialize_exception
140
141/*
142 * kernel_cfg.c
143 */
144#undef initialize_object
145#undef call_inirtn
146#undef call_terrtn
147#undef tmax_tskid
148#undef tinib_table
149#undef torder_table
150#undef tcb_table
151#undef tmax_semid
152#undef seminib_table
153#undef semcb_table
154#undef tmax_flgid
155#undef flginib_table
156#undef flgcb_table
157#undef tmax_dtqid
158#undef dtqinib_table
159#undef dtqcb_table
160#undef tmax_pdqid
161#undef pdqinib_table
162#undef pdqcb_table
163#undef tmax_mtxid
164#undef mtxinib_table
165#undef mtxcb_table
166#undef tmax_mpfid
167#undef mpfinib_table
168#undef mpfcb_table
169#undef tmax_cycid
170#undef cycinib_table
171#undef cyccb_table
172#undef tmax_almid
173#undef alminib_table
174#undef almcb_table
175#undef tnum_def_inhno
176#undef inhinib_table
177#undef tnum_cfg_intno
178#undef intinib_table
179#undef tnum_def_excno
180#undef excinib_table
181#undef tmevt_heap
182#undef istksz
183#undef istk
184#undef istkpt
185
186
187#include "target_unrename.h"
188
189#endif /* TOPPERS_KERNEL_RENAME_H */
Note: See TracBrowser for help on using the repository browser.