source: asp3_wo_tecs/trunk/extension/messagebuf/kernel/kernel_unrename.h@ 306

Last change on this file since 306 was 306, checked in by ertl-honda, 7 years ago

3.1.0を反映

File size: 3.3 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 initialize_task
23#undef search_schedtsk
24#undef make_runnable
25#undef make_non_runnable
26#undef make_dormant
27#undef make_active
28#undef change_priority
29#undef rotate_ready_queue
30#undef task_terminate
31
32/*
33 * taskhook.c
34 */
35#undef mtxhook_check_ceilpri
36#undef mtxhook_scan_ceilmtx
37#undef mtxhook_release_all
38#undef mbfhook_dequeue_wobj
39
40/*
41 * wait.c
42 */
43#undef make_wait_tmout
44#undef wait_dequeue_wobj
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 * messagebuf.c
117 */
118#undef initialize_messagebuf
119#undef enqueue_message
120#undef dequeue_message
121#undef send_message
122#undef messagebuf_signal
123#undef receive_message
124#undef messagebuf_dequeue_wobj
125
126/*
127 * mempfix.c
128 */
129#undef initialize_mempfix
130#undef get_mpf_block
131
132/*
133 * cyclic.c
134 */
135#undef initialize_cyclic
136#undef call_cyclic
137
138/*
139 * alarm.c
140 */
141#undef initialize_alarm
142#undef call_alarm
143
144/*
145 * interrupt.c
146 */
147#undef initialize_interrupt
148
149/*
150 * exception.c
151 */
152#undef initialize_exception
153
154/*
155 * kernel_cfg.c
156 */
157#undef initialize_object
158#undef call_inirtn
159#undef call_terrtn
160#undef tmax_tskid
161#undef tinib_table
162#undef torder_table
163#undef tcb_table
164#undef tmax_semid
165#undef seminib_table
166#undef semcb_table
167#undef tmax_flgid
168#undef flginib_table
169#undef flgcb_table
170#undef tmax_dtqid
171#undef dtqinib_table
172#undef dtqcb_table
173#undef tmax_pdqid
174#undef pdqinib_table
175#undef pdqcb_table
176#undef tmax_mtxid
177#undef mtxinib_table
178#undef mtxcb_table
179#undef tmax_mbfid
180#undef mbfinib_table
181#undef mbfcb_table
182#undef tmax_mpfid
183#undef mpfinib_table
184#undef mpfcb_table
185#undef tmax_cycid
186#undef cycinib_table
187#undef cyccb_table
188#undef tmax_almid
189#undef alminib_table
190#undef almcb_table
191#undef tnum_def_inhno
192#undef inhinib_table
193#undef tnum_cfg_intno
194#undef intinib_table
195#undef tnum_def_excno
196#undef excinib_table
197#undef tmevt_heap
198#undef istksz
199#undef istk
200#undef istkpt
201
202
203#include "target_unrename.h"
204
205#endif /* TOPPERS_KERNEL_RENAME_H */
Note: See TracBrowser for help on using the repository browser.