Ignore:
Timestamp:
Jun 26, 2017, 5:33:59 PM (7 years ago)
Author:
ertl-honda
Message:

コンフィギュレータをruby版に変更

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asp3_wo_tecs/trunk/kernel/kernel_unrename.h

    r302 r304  
    185185
    186186
    187 #ifdef TOPPERS_LABEL_ASM
    188 
    189 /*
    190  *  startup.c
    191  */
    192 #undef _kerflg
    193 #undef _exit_kernel
    194 
    195 /*
    196  *  task.c
    197  */
    198 #undef _p_runtsk
    199 #undef _p_schedtsk
    200 #undef _enadsp
    201 #undef _dspflg
    202 #undef _ready_queue
    203 #undef _ready_primap
    204 #undef _initialize_task
    205 #undef _search_schedtsk
    206 #undef _make_runnable
    207 #undef _make_non_runnable
    208 #undef _make_dormant
    209 #undef _make_active
    210 #undef _change_priority
    211 #undef _rotate_ready_queue
    212 #undef _task_terminate
    213 
    214 /*
    215  *  taskhook.c
    216  */
    217 #undef _mtxhook_check_ceilpri
    218 #undef _mtxhook_scan_ceilmtx
    219 #undef _mtxhook_release_all
    220 
    221 /*
    222  *  wait.c
    223  */
    224 #undef _make_wait_tmout
    225 #undef _wait_complete
    226 #undef _wait_tmout
    227 #undef _wait_tmout_ok
    228 #undef _wobj_make_wait
    229 #undef _wobj_make_wait_tmout
    230 #undef _init_wait_queue
    231 
    232 /*
    233  *  time_event.c
    234  */
    235 #undef _boundary_evttim
    236 #undef _current_evttim
    237 #undef _current_hrtcnt
    238 #undef _monotonic_evttim
    239 #undef _systim_offset
    240 #undef _in_signal_time
    241 #undef _initialize_tmevt
    242 #undef _tmevt_up
    243 #undef _tmevt_down
    244 #undef _update_current_evttim
    245 #undef _set_hrt_event
    246 #undef _tmevtb_register
    247 #undef _tmevtb_enqueue
    248 #undef _tmevtb_dequeue
    249 #undef _check_adjtim
    250 #undef _tmevt_lefttim
    251 #undef _signal_time
    252 
    253 /*
    254  *  semaphore.c
    255  */
    256 #undef _initialize_semaphore
    257 
    258 /*
    259  *  eventflag.c
    260  */
    261 #undef _initialize_eventflag
    262 #undef _check_flg_cond
    263 
    264 /*
    265  *  dataqueue.c
    266  */
    267 #undef _initialize_dataqueue
    268 #undef _enqueue_data
    269 #undef _force_enqueue_data
    270 #undef _dequeue_data
    271 #undef _send_data
    272 #undef _force_send_data
    273 #undef _receive_data
    274 
    275 /*
    276  *  pridataq.c
    277  */
    278 #undef _initialize_pridataq
    279 #undef _enqueue_pridata
    280 #undef _dequeue_pridata
    281 #undef _send_pridata
    282 #undef _receive_pridata
    283 
    284 /*
    285  *  mutex.c
    286  */
    287 #undef _initialize_mutex
    288 #undef _mutex_check_ceilpri
    289 #undef _mutex_scan_ceilmtx
    290 #undef _mutex_drop_priority
    291 #undef _mutex_acquire
    292 #undef _mutex_release
    293 #undef _mutex_release_all
    294 
    295 /*
    296  *  mempfix.c
    297  */
    298 #undef _initialize_mempfix
    299 #undef _get_mpf_block
    300 
    301 /*
    302  *  cyclic.c
    303  */
    304 #undef _initialize_cyclic
    305 #undef _call_cyclic
    306 
    307 /*
    308  *  alarm.c
    309  */
    310 #undef _initialize_alarm
    311 #undef _call_alarm
    312 
    313 /*
    314  *  interrupt.c
    315  */
    316 #undef _initialize_interrupt
    317 
    318 /*
    319  *  exception.c
    320  */
    321 #undef _initialize_exception
    322 
    323 /*
    324  *  kernel_cfg.c
    325  */
    326 #undef _initialize_object
    327 #undef _call_inirtn
    328 #undef _call_terrtn
    329 #undef _tmax_tskid
    330 #undef _tinib_table
    331 #undef _torder_table
    332 #undef _tcb_table
    333 #undef _tmax_semid
    334 #undef _seminib_table
    335 #undef _semcb_table
    336 #undef _tmax_flgid
    337 #undef _flginib_table
    338 #undef _flgcb_table
    339 #undef _tmax_dtqid
    340 #undef _dtqinib_table
    341 #undef _dtqcb_table
    342 #undef _tmax_pdqid
    343 #undef _pdqinib_table
    344 #undef _pdqcb_table
    345 #undef _tmax_mtxid
    346 #undef _mtxinib_table
    347 #undef _mtxcb_table
    348 #undef _tmax_mpfid
    349 #undef _mpfinib_table
    350 #undef _mpfcb_table
    351 #undef _tmax_cycid
    352 #undef _cycinib_table
    353 #undef _cyccb_table
    354 #undef _tmax_almid
    355 #undef _alminib_table
    356 #undef _almcb_table
    357 #undef _tnum_def_inhno
    358 #undef _inhinib_table
    359 #undef _tnum_cfg_intno
    360 #undef _intinib_table
    361 #undef _tnum_def_excno
    362 #undef _excinib_table
    363 #undef _tmevt_heap
    364 #undef _istksz
    365 #undef _istk
    366 #undef _istkpt
    367 
    368 
    369 #endif /* TOPPERS_LABEL_ASM */
    370 
    371187#include "target_unrename.h"
    372188
Note: See TracChangeset for help on using the changeset viewer.