make private data structs unique to keep Doxygen happy

This commit is contained in:
marschap
2008-12-21 17:15:03 +00:00
parent a273c98182
commit 969e1369c0
8 changed files with 67 additions and 68 deletions
+3 -2
View File
@@ -53,8 +53,9 @@ typedef enum {
custom1 = 16
} custom_type;
typedef struct
{
/** private data for the \c pyramid driver */
typedef struct pyramid_private_data {
/* device io */
int FD;
char device[255];