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

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

TOPPERS/ASP 1.9.1

ファイルサイズ: 6.0 KB
Rev 
[7]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_dequeue_wobj
40#undef wait_complete
41#undef wait_tmout
42#undef wait_tmout_ok
43#undef wait_release
44#undef wobj_make_wait
45#undef wobj_make_wait_tmout
46#undef wobj_change_priority
47#undef init_wait_queue
48
49/*
50 *  time_event.c
51 */
52#undef current_time
53#undef min_time
54#undef next_time
55#undef next_subtime
56#undef last_index
57#undef initialize_tmevt
58#undef tmevt_up
59#undef tmevt_down
60#undef tmevtb_insert
61#undef tmevtb_delete
62#undef tmevt_lefttim
63#undef signal_time
64
65/*
66 *  semaphore.c
67 */
68#undef initialize_semaphore
69
70/*
71 *  eventflag.c
72 */
73#undef initialize_eventflag
74#undef check_flg_cond
75
76/*
77 *  dataqueue.c
78 */
79#undef initialize_dataqueue
80#undef enqueue_data
81#undef force_enqueue_data
82#undef dequeue_data
83#undef send_data
84#undef force_send_data
85#undef receive_data
86
87/*
88 *  pridataq.c
89 */
90#undef initialize_pridataq
91#undef enqueue_pridata
92#undef dequeue_pridata
93#undef send_pridata
94#undef receive_pridata
95
96/*
97 *  mailbox.c
98 */
99#undef initialize_mailbox
100
101/*
102 *  messagebuf.c
103 */
104#undef mbfhook_dequeue_wobj
105#undef mbfhook_change_priority
106#undef initialize_messagebuf
107#undef enqueue_message
108#undef dequeue_message
109#undef send_message
110#undef messagebuf_signal
111#undef receive_message
112#undef messagebuf_dequeue_wobj
113#undef messagebuf_change_priority
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_cychdr
126
127/*
128 *  alarm.c
129 */
130#undef initialize_alarm
131#undef call_almhdr
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_mbxid
166#undef mbxinib_table
167#undef mbxcb_table
168#undef tmax_mbfid
169#undef mbfinib_table
170#undef mbfcb_table
171#undef tmax_mpfid
172#undef mpfinib_table
173#undef mpfcb_table
174#undef tmax_cycid
175#undef cycinib_table
176#undef cyccb_table
177#undef tmax_almid
178#undef alminib_table
179#undef almcb_table
180#undef tnum_inhno
181#undef inhinib_table
182#undef tnum_intno
183#undef intinib_table
184#undef tnum_excno
185#undef excinib_table
186#undef tmevt_heap
187#undef istksz
188#undef istk
189#undef istkpt
190
191
192#ifdef TOPPERS_LABEL_ASM
193
194/*
195 *  startup.c
196 */
197#undef _kerflg
198#undef _exit_kernel
199
200/*
201 *  task.c
202 */
203#undef _p_runtsk
204#undef _p_schedtsk
205#undef _reqflg
206#undef _ipmflg
207#undef _disdsp
208#undef _dspflg
209#undef _ready_queue
210#undef _ready_primap
211#undef _initialize_task
212#undef _search_schedtsk
213#undef _make_runnable
214#undef _make_non_runnable
215#undef _make_dormant
216#undef _make_active
217#undef _change_priority
218#undef _rotate_ready_queue
219#undef _call_texrtn
220#undef _calltex
221
222/*
223 *  wait.c
224 */
225#undef _make_wait_tmout
226#undef _wait_dequeue_wobj
227#undef _wait_complete
228#undef _wait_tmout
229#undef _wait_tmout_ok
230#undef _wait_release
231#undef _wobj_make_wait
232#undef _wobj_make_wait_tmout
233#undef _wobj_change_priority
234#undef _init_wait_queue
235
236/*
237 *  time_event.c
238 */
239#undef _current_time
240#undef _min_time
241#undef _next_time
242#undef _next_subtime
243#undef _last_index
244#undef _initialize_tmevt
245#undef _tmevt_up
246#undef _tmevt_down
247#undef _tmevtb_insert
248#undef _tmevtb_delete
249#undef _tmevt_lefttim
250#undef _signal_time
251
252/*
253 *  semaphore.c
254 */
255#undef _initialize_semaphore
256
257/*
258 *  eventflag.c
259 */
260#undef _initialize_eventflag
261#undef _check_flg_cond
262
263/*
264 *  dataqueue.c
265 */
266#undef _initialize_dataqueue
267#undef _enqueue_data
268#undef _force_enqueue_data
269#undef _dequeue_data
270#undef _send_data
271#undef _force_send_data
272#undef _receive_data
273
274/*
275 *  pridataq.c
276 */
277#undef _initialize_pridataq
278#undef _enqueue_pridata
279#undef _dequeue_pridata
280#undef _send_pridata
281#undef _receive_pridata
282
283/*
284 *  mailbox.c
285 */
286#undef _initialize_mailbox
287
288/*
289 *  messagebuf.c
290 */
291#undef _mbfhook_dequeue_wobj
292#undef _mbfhook_change_priority
293#undef _initialize_messagebuf
294#undef _enqueue_message
295#undef _dequeue_message
296#undef _send_message
297#undef _messagebuf_signal
298#undef _receive_message
299#undef _messagebuf_dequeue_wobj
300#undef _messagebuf_change_priority
301
302/*
303 *  mempfix.c
304 */
305#undef _initialize_mempfix
306#undef _get_mpf_block
307
308/*
309 *  cyclic.c
310 */
311#undef _initialize_cyclic
312#undef _call_cychdr
313
314/*
315 *  alarm.c
316 */
317#undef _initialize_alarm
318#undef _call_almhdr
319
320/*
321 *  interrupt.c
322 */
323#undef _initialize_interrupt
324
325/*
326 *  exception.c
327 */
328#undef _initialize_exception
329
330/*
331 *  kernel_cfg.c
332 */
333#undef _initialize_object
334#undef _call_inirtn
335#undef _call_terrtn
336#undef _tmax_tskid
337#undef _tinib_table
338#undef _torder_table
339#undef _tcb_table
340#undef _tmax_semid
341#undef _seminib_table
342#undef _semcb_table
343#undef _tmax_flgid
344#undef _flginib_table
345#undef _flgcb_table
346#undef _tmax_dtqid
347#undef _dtqinib_table
348#undef _dtqcb_table
349#undef _tmax_pdqid
350#undef _pdqinib_table
351#undef _pdqcb_table
352#undef _tmax_mbxid
353#undef _mbxinib_table
354#undef _mbxcb_table
355#undef _tmax_mbfid
356#undef _mbfinib_table
357#undef _mbfcb_table
358#undef _tmax_mpfid
359#undef _mpfinib_table
360#undef _mpfcb_table
361#undef _tmax_cycid
362#undef _cycinib_table
363#undef _cyccb_table
364#undef _tmax_almid
365#undef _alminib_table
366#undef _almcb_table
367#undef _tnum_inhno
368#undef _inhinib_table
369#undef _tnum_intno
370#undef _intinib_table
371#undef _tnum_excno
372#undef _excinib_table
373#undef _tmevt_heap
374#undef _istksz
375#undef _istk
376#undef _istkpt
377
378
379#endif /* TOPPERS_LABEL_ASM */
380
381#include "target_unrename.h"
382
383#endif /* TOPPERS_KERNEL_RENAME_H */
詳しい使い方は TracBrowser を参照してください。