master/mailbox.h
changeset 883 4963e22a267a
parent 390 685c267d80d8
child 1326 ef907b0b5125
equal deleted inserted replaced
882:a7222d7fb7a8 883:4963e22a267a
    36    Mailbox functionality.
    36    Mailbox functionality.
    37 */
    37 */
    38 
    38 
    39 /*****************************************************************************/
    39 /*****************************************************************************/
    40 
    40 
    41 #ifndef _EC_MAILBOX_H_
    41 #ifndef __EC_MAILBOX_H__
    42 #define _EC_MAILBOX_H_
    42 #define __EC_MAILBOX_H__
    43 
    43 
    44 #include "slave.h"
    44 #include "slave.h"
    45 
    45 
    46 /*****************************************************************************/
    46 /*****************************************************************************/
    47 
    47