source: asp3_wo_tecs/trunk/extension/pri_level/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.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 ready_primap1
23#undef ready_primap2
24#undef initialize_task
25#undef search_schedtsk
26#undef make_runnable
27#undef make_non_runnable
28#undef make_dormant
29#undef make_active
30#undef change_priority
31#undef rotate_ready_queue
32#undef task_terminate
33
34/*
35 * taskhook.c
36 */
37#undef mtxhook_check_ceilpri
38#undef mtxhook_scan_ceilmtx
39#undef mtxhook_release_all
40
41/*
42 * wait.c
43 */
44#undef make_wait_tmout
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 * mempfix.c
117 */
118#undef initialize_mempfix
119#undef get_mpf_block
120
121/*
122 * cyclic.c
123 */
124#undef initialize_cyclic
125#undef call_cyclic
126
127/*
128 * alarm.c
129 */
130#undef initialize_alarm
131#undef call_alarm
132
133/*
134 * interrupt.c
135 */
136#undef initialize_interrupt
137
138/*
139 * exception.c
140 */
141#undef initialize_exception
142
143/*
144 * kernel_cfg.c
145 */
146#undef initialize_object
147#undef call_inirtn
148#undef call_terrtn
149#undef tmax_tskid
150#undef tinib_table
151#undef torder_table
152#undef tcb_table
153#undef tmax_semid
154#undef seminib_table
155#undef semcb_table
156#undef tmax_flgid
157#undef flginib_table
158#undef flgcb_table
159#undef tmax_dtqid
160#undef dtqinib_table
161#undef dtqcb_table
162#undef tmax_pdqid
163#undef pdqinib_table
164#undef pdqcb_table
165#undef tmax_mtxid
166#undef mtxinib_table
167#undef mtxcb_table
168#undef tmax_mpfid
169#undef mpfinib_table
170#undef mpfcb_table
171#undef tmax_cycid
172#undef cycinib_table
173#undef cyccb_table
174#undef tmax_almid
175#undef alminib_table
176#undef almcb_table
177#undef tnum_def_inhno
178#undef inhinib_table
179#undef tnum_cfg_intno
180#undef intinib_table
181#undef tnum_def_excno
182#undef excinib_table
183#undef tmevt_heap
184#undef istksz
185#undef istk
186#undef istkpt
187
188
189#ifdef TOPPERS_LABEL_ASM
190
191/*
192 * startup.c
193 */
194#undef _kerflg
195#undef _exit_kernel
196
197/*
198 * task.c
199 */
200#undef _p_runtsk
201#undef _p_schedtsk
202#undef _enadsp
203#undef _dspflg
204#undef _ready_queue
205#undef _ready_primap
206#undef _ready_primap1
207#undef _ready_primap2
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_hrtcnt
242#undef _monotonic_evttim
243#undef _systim_offset
244#undef _in_signal_time
245#undef _initialize_tmevt
246#undef _tmevt_up
247#undef _tmevt_down
248#undef _update_current_evttim
249#undef _set_hrt_event
250#undef _tmevtb_register
251#undef _tmevtb_enqueue
252#undef _tmevtb_dequeue
253#undef _check_adjtim
254#undef _tmevt_lefttim
255#undef _signal_time
256
257/*
258 * semaphore.c
259 */
260#undef _initialize_semaphore
261
262/*
263 * eventflag.c
264 */
265#undef _initialize_eventflag
266#undef _check_flg_cond
267
268/*
269 * dataqueue.c
270 */
271#undef _initialize_dataqueue
272#undef _enqueue_data
273#undef _force_enqueue_data
274#undef _dequeue_data
275#undef _send_data
276#undef _force_send_data
277#undef _receive_data
278
279/*
280 * pridataq.c
281 */
282#undef _initialize_pridataq
283#undef _enqueue_pridata
284#undef _dequeue_pridata
285#undef _send_pridata
286#undef _receive_pridata
287
288/*
289 * mutex.c
290 */
291#undef _initialize_mutex
292#undef _mutex_check_ceilpri
293#undef _mutex_scan_ceilmtx
294#undef _mutex_drop_priority
295#undef _mutex_acquire
296#undef _mutex_release
297#undef _mutex_release_all
298
299/*
300 * mempfix.c
301 */
302#undef _initialize_mempfix
303#undef _get_mpf_block
304
305/*
306 * cyclic.c
307 */
308#undef _initialize_cyclic
309#undef _call_cyclic
310
311/*
312 * alarm.c
313 */
314#undef _initialize_alarm
315#undef _call_alarm
316
317/*
318 * interrupt.c
319 */
320#undef _initialize_interrupt
321
322/*
323 * exception.c
324 */
325#undef _initialize_exception
326
327/*
328 * kernel_cfg.c
329 */
330#undef _initialize_object
331#undef _call_inirtn
332#undef _call_terrtn
333#undef _tmax_tskid
334#undef _tinib_table
335#undef _torder_table
336#undef _tcb_table
337#undef _tmax_semid
338#undef _seminib_table
339#undef _semcb_table
340#undef _tmax_flgid
341#undef _flginib_table
342#undef _flgcb_table
343#undef _tmax_dtqid
344#undef _dtqinib_table
345#undef _dtqcb_table
346#undef _tmax_pdqid
347#undef _pdqinib_table
348#undef _pdqcb_table
349#undef _tmax_mtxid
350#undef _mtxinib_table
351#undef _mtxcb_table
352#undef _tmax_mpfid
353#undef _mpfinib_table
354#undef _mpfcb_table
355#undef _tmax_cycid
356#undef _cycinib_table
357#undef _cyccb_table
358#undef _tmax_almid
359#undef _alminib_table
360#undef _almcb_table
361#undef _tnum_def_inhno
362#undef _inhinib_table
363#undef _tnum_cfg_intno
364#undef _intinib_table
365#undef _tnum_def_excno
366#undef _excinib_table
367#undef _tmevt_heap
368#undef _istksz
369#undef _istk
370#undef _istkpt
371
372
373#endif /* TOPPERS_LABEL_ASM */
374
375#include "target_unrename.h"
376
377#endif /* TOPPERS_KERNEL_RENAME_H */
Note: See TracBrowser for help on using the repository browser.