git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3286 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2011-09-03 08:23:11 +00:00
parent c57e9ca998
commit 08dad7b1f5
1 changed files with 5 additions and 0 deletions

View File

@ -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"
/*===========================================================================*/