source: asp3_wo_tecs/trunk/extension/subprio/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.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
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 change_subprio
30#undef rotate_ready_queue
31#undef task_terminate
32
33/*
34 * taskhook.c
35 */
36#undef mtxhook_check_ceilpri
37#undef mtxhook_scan_ceilmtx
38#undef mtxhook_release_all
39
40/*
41 * wait.c
42 */
43#undef make_wait_tmout
44#undef wait_complete
45#undef wait_tmout
46#undef wait_tmout_ok
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 boundary_evttim
55#undef current_evttim
56#undef current_hrtcnt
57#undef monotonic_evttim
58#undef systim_offset
59#undef in_signal_time
60#undef initialize_tmevt
61#undef tmevt_up
62#undef tmevt_down
63#undef update_current_evttim
64#undef set_hrt_event
65#undef tmevtb_register
66#undef tmevtb_enqueue
67#undef tmevtb_dequeue
68#undef check_adjtim
69#undef tmevt_lefttim
70#undef signal_time
71
72/*
73 * semaphore.c
74 */
75#undef initialize_semaphore
76
77/*
78 * eventflag.c
79 */
80#undef initialize_eventflag
81#undef check_flg_cond
82
83/*
84 * dataqueue.c
85 */
86#undef initialize_dataqueue
87#undef enqueue_data
88#undef force_enqueue_data
89#undef dequeue_data
90#undef send_data
91#undef force_send_data
92#undef receive_data
93
94/*
95 * pridataq.c
96 */
97#undef initialize_pridataq
98#undef enqueue_pridata
99#undef dequeue_pridata
100#undef send_pridata
101#undef receive_pridata
102
103/*
104 * mutex.c
105 */
106#undef initialize_mutex
107#undef mutex_check_ceilpri
108#undef mutex_scan_ceilmtx
109#undef mutex_drop_priority
110#undef mutex_acquire
111#undef mutex_release
112#undef mutex_release_all
113
114/*
115 * mempfix.c
116 */
117#undef initialize_mempfix
118#undef get_mpf_block
119
120/*
121 * cyclic.c
122 */
123#undef initialize_cyclic
124#undef call_cyclic
125
126/*
127 * alarm.c
128 */
129#undef initialize_alarm
130#undef call_alarm
131
132/*
133 * interrupt.c
134 */
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 subprio_primap
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_mtxid
166#undef mtxinib_table
167#undef mtxcb_table
168#undef tmax_mpfid
169#undef mpfinib_table
170#undef mpfcb_table
171#undef tmax_cycid
172#undef cycinib_table
173#undef cyccb_table
174#undef tmax_almid
175#undef alminib_table
176#undef almcb_table
177#undef tnum_def_inhno
178#undef inhinib_table
179#undef tnum_cfg_intno
180#undef intinib_table
181#undef tnum_def_excno
182#undef excinib_table
183#undef tmevt_heap
184#undef istksz
185#undef istk
186#undef istkpt
187
188
189#include "target_unrename.h"
190
191#endif /* TOPPERS_KERNEL_RENAME_H */
Note: See TracBrowser for help on using the repository browser.