source: extension/ovrhdr/kernel/kernel_unrename.h @ 7

このファイルの 7 以降における最終更新内容7 で kominami が 2015/09/12 9:22:12 に更新しました

TOPPERS/ASP 1.9.1

ファイルサイズ: 5.5 KB
 
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 reqflg
19#undef ipmflg
20#undef disdsp
21#undef dspflg
22#undef ready_queue
23#undef ready_primap
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 call_texrtn
33#undef calltex
34
35/*
36 *  wait.c
37 */
38#undef make_wait_tmout
39#undef wait_complete
40#undef wait_tmout
41#undef wait_tmout_ok
42#undef wait_release
43#undef wobj_make_wait
44#undef wobj_make_wait_tmout
45#undef init_wait_queue
46
47/*
48 *  time_event.c
49 */
50#undef current_time
51#undef min_time
52#undef next_time
53#undef next_subtime
54#undef last_index
55#undef initialize_tmevt
56#undef tmevt_up
57#undef tmevt_down
58#undef tmevtb_insert
59#undef tmevtb_delete
60#undef tmevt_lefttim
61#undef signal_time
62
63/*
64 *  semaphore.c
65 */
66#undef initialize_semaphore
67
68/*
69 *  eventflag.c
70 */
71#undef initialize_eventflag
72#undef check_flg_cond
73
74/*
75 *  dataqueue.c
76 */
77#undef initialize_dataqueue
78#undef enqueue_data
79#undef force_enqueue_data
80#undef dequeue_data
81#undef send_data
82#undef force_send_data
83#undef receive_data
84
85/*
86 *  pridataq.c
87 */
88#undef initialize_pridataq
89#undef enqueue_pridata
90#undef dequeue_pridata
91#undef send_pridata
92#undef receive_pridata
93
94/*
95 *  mailbox.c
96 */
97#undef initialize_mailbox
98
99/*
100 *  mempfix.c
101 */
102#undef initialize_mempfix
103#undef get_mpf_block
104
105/*
106 *  cyclic.c
107 */
108#undef initialize_cyclic
109#undef call_cychdr
110
111/*
112 *  alarm.c
113 */
114#undef initialize_alarm
115#undef call_almhdr
116
117/*
118 *  overrun.c
119 */
120#undef ovrtimer_flag
121#undef initialize_overrun
122#undef ovrtimer_start
123#undef ovrtimer_stop
124#undef call_ovrhdr
125
126/*
127 *  interrupt.c
128 */
129#undef initialize_interrupt
130
131/*
132 *  exception.c
133 */
134#undef initialize_exception
135
136/*
137 *  kernel_cfg.c
138 */
139#undef initialize_object
140#undef call_inirtn
141#undef call_terrtn
142#undef tmax_tskid
143#undef tinib_table
144#undef torder_table
145#undef tcb_table
146#undef tmax_semid
147#undef seminib_table
148#undef semcb_table
149#undef tmax_flgid
150#undef flginib_table
151#undef flgcb_table
152#undef tmax_dtqid
153#undef dtqinib_table
154#undef dtqcb_table
155#undef tmax_pdqid
156#undef pdqinib_table
157#undef pdqcb_table
158#undef tmax_mbxid
159#undef mbxinib_table
160#undef mbxcb_table
161#undef tmax_mpfid
162#undef mpfinib_table
163#undef mpfcb_table
164#undef tmax_cycid
165#undef cycinib_table
166#undef cyccb_table
167#undef tmax_almid
168#undef alminib_table
169#undef almcb_table
170#undef ovrinib
171#undef tnum_inhno
172#undef inhinib_table
173#undef tnum_intno
174#undef intinib_table
175#undef tnum_excno
176#undef excinib_table
177#undef tmevt_heap
178#undef istksz
179#undef istk
180#undef istkpt
181
182
183#ifdef TOPPERS_LABEL_ASM
184
185/*
186 *  startup.c
187 */
188#undef _kerflg
189#undef _exit_kernel
190
191/*
192 *  task.c
193 */
194#undef _p_runtsk
195#undef _p_schedtsk
196#undef _reqflg
197#undef _ipmflg
198#undef _disdsp
199#undef _dspflg
200#undef _ready_queue
201#undef _ready_primap
202#undef _initialize_task
203#undef _search_schedtsk
204#undef _make_runnable
205#undef _make_non_runnable
206#undef _make_dormant
207#undef _make_active
208#undef _change_priority
209#undef _rotate_ready_queue
210#undef _call_texrtn
211#undef _calltex
212
213/*
214 *  wait.c
215 */
216#undef _make_wait_tmout
217#undef _wait_complete
218#undef _wait_tmout
219#undef _wait_tmout_ok
220#undef _wait_release
221#undef _wobj_make_wait
222#undef _wobj_make_wait_tmout
223#undef _init_wait_queue
224
225/*
226 *  time_event.c
227 */
228#undef _current_time
229#undef _min_time
230#undef _next_time
231#undef _next_subtime
232#undef _last_index
233#undef _initialize_tmevt
234#undef _tmevt_up
235#undef _tmevt_down
236#undef _tmevtb_insert
237#undef _tmevtb_delete
238#undef _tmevt_lefttim
239#undef _signal_time
240
241/*
242 *  semaphore.c
243 */
244#undef _initialize_semaphore
245
246/*
247 *  eventflag.c
248 */
249#undef _initialize_eventflag
250#undef _check_flg_cond
251
252/*
253 *  dataqueue.c
254 */
255#undef _initialize_dataqueue
256#undef _enqueue_data
257#undef _force_enqueue_data
258#undef _dequeue_data
259#undef _send_data
260#undef _force_send_data
261#undef _receive_data
262
263/*
264 *  pridataq.c
265 */
266#undef _initialize_pridataq
267#undef _enqueue_pridata
268#undef _dequeue_pridata
269#undef _send_pridata
270#undef _receive_pridata
271
272/*
273 *  mailbox.c
274 */
275#undef _initialize_mailbox
276
277/*
278 *  mempfix.c
279 */
280#undef _initialize_mempfix
281#undef _get_mpf_block
282
283/*
284 *  cyclic.c
285 */
286#undef _initialize_cyclic
287#undef _call_cychdr
288
289/*
290 *  alarm.c
291 */
292#undef _initialize_alarm
293#undef _call_almhdr
294
295/*
296 *  overrun.c
297 */
298#undef _ovrtimer_flag
299#undef _initialize_overrun
300#undef _ovrtimer_start
301#undef _ovrtimer_stop
302#undef _call_ovrhdr
303
304/*
305 *  interrupt.c
306 */
307#undef _initialize_interrupt
308
309/*
310 *  exception.c
311 */
312#undef _initialize_exception
313
314/*
315 *  kernel_cfg.c
316 */
317#undef _initialize_object
318#undef _call_inirtn
319#undef _call_terrtn
320#undef _tmax_tskid
321#undef _tinib_table
322#undef _torder_table
323#undef _tcb_table
324#undef _tmax_semid
325#undef _seminib_table
326#undef _semcb_table
327#undef _tmax_flgid
328#undef _flginib_table
329#undef _flgcb_table
330#undef _tmax_dtqid
331#undef _dtqinib_table
332#undef _dtqcb_table
333#undef _tmax_pdqid
334#undef _pdqinib_table
335#undef _pdqcb_table
336#undef _tmax_mbxid
337#undef _mbxinib_table
338#undef _mbxcb_table
339#undef _tmax_mpfid
340#undef _mpfinib_table
341#undef _mpfcb_table
342#undef _tmax_cycid
343#undef _cycinib_table
344#undef _cyccb_table
345#undef _tmax_almid
346#undef _alminib_table
347#undef _almcb_table
348#undef _ovrinib
349#undef _tnum_inhno
350#undef _inhinib_table
351#undef _tnum_intno
352#undef _intinib_table
353#undef _tnum_excno
354#undef _excinib_table
355#undef _tmevt_heap
356#undef _istksz
357#undef _istk
358#undef _istkpt
359
360
361#endif /* TOPPERS_LABEL_ASM */
362
363#include "target_unrename.h"
364
365#endif /* TOPPERS_KERNEL_RENAME_H */
詳しい使い方は TracBrowser を参照してください。