source: asp3_tinet_ecnl_rx/trunk/asp3_dcre/kernel/kernel_unrename.h@ 337

Last change on this file since 337 was 337, checked in by coas-nagasima, 6 years ago

ASP3版ECNLを追加

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/x-chdr;charset=UTF-8
File size: 4.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#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 enadsp
22#undef dspflg
23#undef ready_queue
24#undef ready_primap
25#undef free_tcb
26#undef initialize_task
27#undef search_schedtsk
28#undef make_runnable
29#undef make_non_runnable
30#undef make_dormant
31#undef make_active
32#undef change_priority
33#undef rotate_ready_queue
34#undef task_terminate
35
36/*
37 * taskhook.c
38 */
39#undef mtxhook_check_ceilpri
40#undef mtxhook_scan_ceilmtx
41#undef mtxhook_release_all
42
43/*
44 * wait.c
45 */
46#undef make_wait_tmout
47#undef wait_complete
48#undef wait_tmout
49#undef wait_tmout_ok
50#undef wobj_make_wait
51#undef wobj_make_wait_tmout
52#undef init_wait_queue
53
54/*
55 * time_event.c
56 */
57#undef boundary_evttim
58#undef current_evttim
59#undef current_hrtcnt
60#undef monotonic_evttim
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 free_semcb
79#undef initialize_semaphore
80
81/*
82 * eventflag.c
83 */
84#undef free_flgcb
85#undef initialize_eventflag
86#undef check_flg_cond
87
88/*
89 * dataqueue.c
90 */
91#undef free_dtqcb
92#undef initialize_dataqueue
93#undef enqueue_data
94#undef force_enqueue_data
95#undef dequeue_data
96#undef send_data
97#undef force_send_data
98#undef receive_data
99
100/*
101 * pridataq.c
102 */
103#undef free_pdqcb
104#undef initialize_pridataq
105#undef enqueue_pridata
106#undef dequeue_pridata
107#undef send_pridata
108#undef receive_pridata
109
110/*
111 * mutex.c
112 */
113#undef free_mtxcb
114#undef initialize_mutex
115#undef mutex_check_ceilpri
116#undef mutex_scan_ceilmtx
117#undef mutex_drop_priority
118#undef mutex_acquire
119#undef mutex_release
120#undef mutex_release_all
121
122/*
123 * mempfix.c
124 */
125#undef free_mpfcb
126#undef initialize_mempfix
127#undef get_mpf_block
128
129/*
130 * time_manage.c
131 */
132#undef check_nfyinfo
133#undef notify_handler
134
135/*
136 * cyclic.c
137 */
138#undef free_cyccb
139#undef initialize_cyclic
140#undef call_cyclic
141
142/*
143 * alarm.c
144 */
145#undef free_almcb
146#undef initialize_alarm
147#undef call_alarm
148
149/*
150 * interrupt.c
151 */
152#undef free_isrcb
153#undef initialize_isr
154#undef call_isr
155#undef initialize_interrupt
156
157/*
158 * exception.c
159 */
160#undef initialize_exception
161
162/*
163 * kernel_cfg.c
164 */
165#undef initialize_object
166#undef call_inirtn
167#undef call_terrtn
168#undef tmax_tskid
169#undef tmax_stskid
170#undef tinib_table
171#undef atinib_table
172#undef torder_table
173#undef tcb_table
174#undef tmax_semid
175#undef tmax_ssemid
176#undef seminib_table
177#undef aseminib_table
178#undef semcb_table
179#undef tmax_flgid
180#undef tmax_sflgid
181#undef flginib_table
182#undef aflginib_table
183#undef flgcb_table
184#undef tmax_dtqid
185#undef tmax_sdtqid
186#undef dtqinib_table
187#undef adtqinib_table
188#undef dtqcb_table
189#undef tmax_pdqid
190#undef tmax_spdqid
191#undef pdqinib_table
192#undef apdqinib_table
193#undef pdqcb_table
194#undef tmax_mtxid
195#undef tmax_smtxid
196#undef mtxinib_table
197#undef amtxinib_table
198#undef mtxcb_table
199#undef tmax_mpfid
200#undef tmax_smpfid
201#undef mpfinib_table
202#undef ampfinib_table
203#undef mpfcb_table
204#undef tmax_cycid
205#undef tmax_scycid
206#undef cycinib_table
207#undef acycinib_table
208#undef acyc_nfyinfo_table
209#undef cyccb_table
210#undef tmax_almid
211#undef tmax_salmid
212#undef alminib_table
213#undef aalminib_table
214#undef aalm_nfyinfo_table
215#undef almcb_table
216#undef tnum_isr_queue
217#undef isr_queue_list
218#undef isr_queue_table
219#undef tmax_isrid
220#undef tmax_sisrid
221#undef isrinib_table
222#undef aisrinib_table
223#undef isrorder_table
224#undef isrcb_table
225#undef tnum_def_inhno
226#undef inhinib_table
227#undef tnum_cfg_intno
228#undef intinib_table
229#undef tnum_def_excno
230#undef excinib_table
231#undef tmevt_heap
232#undef istksz
233#undef istk
234#undef istkpt
235#undef kmmsz
236#undef kmm
237
238
239#include "target_unrename.h"
240
241#endif /* TOPPERS_KERNEL_RENAME_H */
Note: See TracBrowser for help on using the repository browser.