git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3286 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
c57e9ca998
commit
08dad7b1f5
|
@ -56,6 +56,11 @@ typedef enum {
|
|||
XXX_READY = 2, /**< Ready. */
|
||||
} xxxstate_t;
|
||||
|
||||
/**
|
||||
* @brief Type of a structure representing a XXX driver.
|
||||
*/
|
||||
typedef struct XXXDriver XXXDriver;
|
||||
|
||||
#include "xxx_lld.h"
|
||||
|
||||
/*===========================================================================*/
|
||||
|
|
Loading…
Reference in New Issue