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