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
@@ -51,8 +51,9 @@
#include "icp_a106.h"
#include "report.h"
typedef struct
{
/** private data for the \c icp_a106 driver */
typedef struct icp_a106_private_data {
unsigned char *framebuf;
unsigned char *last_framebuf;
int width;