Ignore:
Timestamp:
Oct 19, 2013, 12:38:33 AM (11 years ago)
Author:
ertl-hiro
Message:

ASP Release 1.9.0 への追従。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asp_wo_cfg/trunk/kernel/dataqueue.h

    r49 r62  
    66 *  Copyright (C) 2000-2003 by Embedded and Real-Time Systems Laboratory
    77 *                              Toyohashi Univ. of Technology, JAPAN
    8  *  Copyright (C) 2005-2012 by Embedded and Real-Time Systems Laboratory
     8 *  Copyright (C) 2005-2013 by Embedded and Real-Time Systems Laboratory
    99 *              Graduate School of Information Science, Nagoya Univ., JAPAN
    1010 *
     
    144144 *  データキューへのデータ送信
    145145 */
    146 extern bool_t   send_data(DTQCB *p_dtqcb, intptr_t data, bool_t *p_reqdsp);
     146extern bool_t   send_data(DTQCB *p_dtqcb, intptr_t data, bool_t *p_dspreq);
    147147
    148148/*
     
    155155 */
    156156extern bool_t   receive_data(DTQCB *p_dtqcb, intptr_t *p_data,
    157                                                                                                         bool_t *p_reqdsp);
     157                                                                                                        bool_t *p_dspreq);
    158158
    159159#endif /* TOPPERS_DATAQUEUE_H */
Note: See TracChangeset for help on using the changeset viewer.