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/pridataq.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 *
     
    148148 */
    149149extern bool_t   send_pridata(PDQCB *p_pdqcb, intptr_t data,
    150                                                                                         PRI datapri, bool_t *p_reqdsp);
     150                                                                                        PRI datapri, bool_t *p_dspreq);
    151151
    152152/*
     
    154154 */
    155155extern bool_t   receive_pridata(PDQCB *p_pdqcb, intptr_t *p_data,
    156                                                                                         PRI *p_datapri, bool_t *p_reqdsp);
     156                                                                                        PRI *p_datapri, bool_t *p_dspreq);
    157157
    158158#endif /* TOPPERS_PRIDATAQ_H */
Note: See TracChangeset for help on using the changeset viewer.