summaryrefslogtreecommitdiff
path: root/apps/graphics/traveller/include/trv_types.h
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-30 13:43:42 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-12-03 16:48:03 -0600
commitcfebd352c1ad4c1496aaab8bcff842d47e6f07be (patch)
treef57522b495742f4380a392df8aa579b11d332e64 /apps/graphics/traveller/include/trv_types.h
parent7a68f0c748e78c5e750b54bcc009da2d134eec26 (diff)
downloadnuttx-cfebd352c1ad4c1496aaab8bcff842d47e6f07be.tar.gz
nuttx-cfebd352c1ad4c1496aaab8bcff842d47e6f07be.tar.bz2
nuttx-cfebd352c1ad4c1496aaab8bcff842d47e6f07be.zip
Add traveller main file and stubs for required headers
Diffstat (limited to 'apps/graphics/traveller/include/trv_types.h')
-rw-r--r--apps/graphics/traveller/include/trv_types.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/apps/graphics/traveller/include/trv_types.h b/apps/graphics/traveller/include/trv_types.h
index b7371b758..83ee29dd4 100644
--- a/apps/graphics/traveller/include/trv_types.h
+++ b/apps/graphics/traveller/include/trv_types.h
@@ -1,5 +1,5 @@
/****************************************************************************
- * apps/graphics/traveller/trv_types.h
+ * apps/graphics/traveller/include/trv_types.h
*
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
@@ -63,11 +63,10 @@
* Public Types
****************************************************************************/
-typedef uint8_t trv_pixel_t;
-typedef nxgl_mxpixel_t dev_pixel_t;
+typedef uint8_t trv_pixel_t;
/****************************************************************************
- * Pre-processor Definitions
+ * Public Function Prototypes
****************************************************************************/
#endif /* __APPS_GRAPHICS_TRAVELLER_INCLUDE_TRV_TYPES_H */