source: UsbWattMeter/trunk/asp_dcre/kernel/kernel_unrename.h@ 165

Last change on this file since 165 was 164, checked in by coas-nagasima, 8 years ago

TOPPERS/ECNLサンプルアプリ「USB充電器電力計」を追加

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/x-chdr
File size: 6.9 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#undef initialize_kmm
13#undef kernel_malloc
14#undef kernel_free
15
16/*
17 * task.c
18 */
19#undef p_runtsk
20#undef p_schedtsk
21#undef reqflg
22#undef ipmflg
23#undef disdsp
24#undef dspflg
25#undef ready_queue
26#undef ready_primap
27#undef free_tcb
28#undef initialize_task
29#undef search_schedtsk
30#undef make_runnable
31#undef make_non_runnable
32#undef make_dormant
33#undef make_active
34#undef change_priority
35#undef rotate_ready_queue
36#undef call_texrtn
37#undef calltex
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 wait_release
47#undef wobj_make_wait
48#undef wobj_make_wait_tmout
49#undef init_wait_queue
50
51/*
52 * time_event.c
53 */
54#undef current_time
55#undef min_time
56#undef next_time
57#undef next_subtime
58#undef last_index
59#undef initialize_tmevt
60#undef tmevt_up
61#undef tmevt_down
62#undef tmevtb_insert
63#undef tmevtb_delete
64#undef tmevt_lefttim
65#undef signal_time
66
67/*
68 * semaphore.c
69 */
70#undef free_semcb
71#undef initialize_semaphore
72
73/*
74 * eventflag.c
75 */
76#undef free_flgcb
77#undef initialize_eventflag
78#undef check_flg_cond
79
80/*
81 * dataqueue.c
82 */
83#undef free_dtqcb
84#undef initialize_dataqueue
85#undef enqueue_data
86#undef force_enqueue_data
87#undef dequeue_data
88#undef send_data
89#undef force_send_data
90#undef receive_data
91
92/*
93 * pridataq.c
94 */
95#undef free_pdqcb
96#undef initialize_pridataq
97#undef enqueue_pridata
98#undef dequeue_pridata
99#undef send_pridata
100#undef receive_pridata
101
102/*
103 * mailbox.c
104 */
105#undef free_mbxcb
106#undef initialize_mailbox
107
108/*
109 * mempfix.c
110 */
111#undef free_mpfcb
112#undef initialize_mempfix
113#undef get_mpf_block
114
115/*
116 * cyclic.c
117 */
118#undef free_cyccb
119#undef initialize_cyclic
120#undef call_cychdr
121
122/*
123 * alarm.c
124 */
125#undef free_almcb
126#undef initialize_alarm
127#undef call_almhdr
128
129/*
130 * interrupt.c
131 */
132#undef free_isrcb
133#undef initialize_isr
134#undef call_isr
135#undef initialize_interrupt
136
137/*
138 * exception.c
139 */
140#undef initialize_exception
141
142/*
143 * kernel_cfg.c
144 */
145#undef initialize_object
146#undef call_inirtn
147#undef call_terrtn
148#undef tmax_tskid
149#undef tmax_stskid
150#undef tinib_table
151#undef atinib_table
152#undef tcb_table
153#undef torder_table
154#undef tmax_semid
155#undef tmax_ssemid
156#undef seminib_table
157#undef aseminib_table
158#undef semcb_table
159#undef tmax_flgid
160#undef tmax_sflgid
161#undef flginib_table
162#undef aflginib_table
163#undef flgcb_table
164#undef tmax_dtqid
165#undef tmax_sdtqid
166#undef dtqinib_table
167#undef adtqinib_table
168#undef dtqcb_table
169#undef tmax_pdqid
170#undef tmax_spdqid
171#undef pdqinib_table
172#undef apdqinib_table
173#undef pdqcb_table
174#undef tmax_mbxid
175#undef tmax_smbxid
176#undef mbxinib_table
177#undef ambxinib_table
178#undef mbxcb_table
179#undef tmax_mpfid
180#undef tmax_smpfid
181#undef mpfinib_table
182#undef ampfinib_table
183#undef mpfcb_table
184#undef tmax_cycid
185#undef tmax_scycid
186#undef cycinib_table
187#undef acycinib_table
188#undef cyccb_table
189#undef tmax_almid
190#undef tmax_salmid
191#undef alminib_table
192#undef aalminib_table
193#undef almcb_table
194#undef tnum_isr_queue
195#undef isr_queue_table
196#undef isr_queue_list
197#undef tmax_isrid
198#undef tnum_sisr
199#undef sisrinib_table
200#undef aisrinib_table
201#undef isrcb_table
202#undef tnum_inhno
203#undef inhinib_table
204#undef tnum_intno
205#undef intinib_table
206#undef tnum_excno
207#undef excinib_table
208#undef tmevt_heap
209#undef istksz
210#undef istk
211#undef istkpt
212#undef kmmsz
213#undef kmm
214
215
216#ifdef TOPPERS_LABEL_ASM
217
218/*
219 * startup.c
220 */
221#undef _kerflg
222#undef _exit_kernel
223#undef _initialize_kmm
224#undef _kernel_malloc
225#undef _kernel_free
226
227/*
228 * task.c
229 */
230#undef _p_runtsk
231#undef _p_schedtsk
232#undef _reqflg
233#undef _ipmflg
234#undef _disdsp
235#undef _dspflg
236#undef _ready_queue
237#undef _ready_primap
238#undef _free_tcb
239#undef _initialize_task
240#undef _search_schedtsk
241#undef _make_runnable
242#undef _make_non_runnable
243#undef _make_dormant
244#undef _make_active
245#undef _change_priority
246#undef _rotate_ready_queue
247#undef _call_texrtn
248#undef _calltex
249
250/*
251 * wait.c
252 */
253#undef _make_wait_tmout
254#undef _wait_complete
255#undef _wait_tmout
256#undef _wait_tmout_ok
257#undef _wait_release
258#undef _wobj_make_wait
259#undef _wobj_make_wait_tmout
260#undef _init_wait_queue
261
262/*
263 * time_event.c
264 */
265#undef _current_time
266#undef _min_time
267#undef _next_time
268#undef _next_subtime
269#undef _last_index
270#undef _initialize_tmevt
271#undef _tmevt_up
272#undef _tmevt_down
273#undef _tmevtb_insert
274#undef _tmevtb_delete
275#undef _tmevt_lefttim
276#undef _signal_time
277
278/*
279 * semaphore.c
280 */
281#undef _free_semcb
282#undef _initialize_semaphore
283
284/*
285 * eventflag.c
286 */
287#undef _free_flgcb
288#undef _initialize_eventflag
289#undef _check_flg_cond
290
291/*
292 * dataqueue.c
293 */
294#undef _free_dtqcb
295#undef _initialize_dataqueue
296#undef _enqueue_data
297#undef _force_enqueue_data
298#undef _dequeue_data
299#undef _send_data
300#undef _force_send_data
301#undef _receive_data
302
303/*
304 * pridataq.c
305 */
306#undef _free_pdqcb
307#undef _initialize_pridataq
308#undef _enqueue_pridata
309#undef _dequeue_pridata
310#undef _send_pridata
311#undef _receive_pridata
312
313/*
314 * mailbox.c
315 */
316#undef _free_mbxcb
317#undef _initialize_mailbox
318
319/*
320 * mempfix.c
321 */
322#undef _free_mpfcb
323#undef _initialize_mempfix
324#undef _get_mpf_block
325
326/*
327 * cyclic.c
328 */
329#undef _free_cyccb
330#undef _initialize_cyclic
331#undef _call_cychdr
332
333/*
334 * alarm.c
335 */
336#undef _free_almcb
337#undef _initialize_alarm
338#undef _call_almhdr
339
340/*
341 * interrupt.c
342 */
343#undef _free_isrcb
344#undef _initialize_isr
345#undef _call_isr
346#undef _initialize_interrupt
347
348/*
349 * exception.c
350 */
351#undef _initialize_exception
352
353/*
354 * kernel_cfg.c
355 */
356#undef _initialize_object
357#undef _call_inirtn
358#undef _call_terrtn
359#undef _tmax_tskid
360#undef _tmax_stskid
361#undef _tinib_table
362#undef _atinib_table
363#undef _tcb_table
364#undef _torder_table
365#undef _tmax_semid
366#undef _tmax_ssemid
367#undef _seminib_table
368#undef _aseminib_table
369#undef _semcb_table
370#undef _tmax_flgid
371#undef _tmax_sflgid
372#undef _flginib_table
373#undef _aflginib_table
374#undef _flgcb_table
375#undef _tmax_dtqid
376#undef _tmax_sdtqid
377#undef _dtqinib_table
378#undef _adtqinib_table
379#undef _dtqcb_table
380#undef _tmax_pdqid
381#undef _tmax_spdqid
382#undef _pdqinib_table
383#undef _apdqinib_table
384#undef _pdqcb_table
385#undef _tmax_mbxid
386#undef _tmax_smbxid
387#undef _mbxinib_table
388#undef _ambxinib_table
389#undef _mbxcb_table
390#undef _tmax_mpfid
391#undef _tmax_smpfid
392#undef _mpfinib_table
393#undef _ampfinib_table
394#undef _mpfcb_table
395#undef _tmax_cycid
396#undef _tmax_scycid
397#undef _cycinib_table
398#undef _acycinib_table
399#undef _cyccb_table
400#undef _tmax_almid
401#undef _tmax_salmid
402#undef _alminib_table
403#undef _aalminib_table
404#undef _almcb_table
405#undef _tnum_isr_queue
406#undef _isr_queue_table
407#undef _isr_queue_list
408#undef _tmax_isrid
409#undef _tnum_sisr
410#undef _sisrinib_table
411#undef _aisrinib_table
412#undef _isrcb_table
413#undef _tnum_inhno
414#undef _inhinib_table
415#undef _tnum_intno
416#undef _intinib_table
417#undef _tnum_excno
418#undef _excinib_table
419#undef _tmevt_heap
420#undef _istksz
421#undef _istk
422#undef _istkpt
423#undef _kmmsz
424#undef _kmm
425
426
427#endif /* TOPPERS_LABEL_ASM */
428
429#include "target_unrename.h"
430
431#endif /* TOPPERS_KERNEL_RENAME_H */
Note: See TracBrowser for help on using the repository browser.