master/mailbox.h
changeset 195 674071846ee3
parent 154 94d780887be0
child 197 b9a6e2c22745
child 1618 5cff10efb927
equal deleted inserted replaced
194:c21e7c12dd50 195:674071846ee3
     1 /******************************************************************************
     1 /******************************************************************************
     2  *
     2  *
     3  *  m a i l b o x . h
     3  *  m a i l b o x . h
     4  *
     4  *
     5  *  Mailbox-Funktionen.
     5  *  Mailbox functionality.
     6  *
     6  *
     7  *  $Id$
     7  *  $Id$
     8  *
     8  *
     9  *****************************************************************************/
     9  *****************************************************************************/
    10 
    10 
    25 uint8_t *ec_slave_mbox_simple_receive(ec_slave_t *, uint8_t, size_t *);
    25 uint8_t *ec_slave_mbox_simple_receive(ec_slave_t *, uint8_t, size_t *);
    26 
    26 
    27 /*****************************************************************************/
    27 /*****************************************************************************/
    28 
    28 
    29 #endif
    29 #endif
    30 
       
    31 /* Emacs-Konfiguration
       
    32 ;;; Local Variables: ***
       
    33 ;;; c-basic-offset:4 ***
       
    34 ;;; End: ***
       
    35 */