Changeset 76fca31 in mainline for kernel/genarch/include/fb/visuals.h
- Timestamp:
- 2008-12-16T19:02:07Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5ae4443
- Parents:
- 8fe5980
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/genarch/include/fb/visuals.h
r8fe5980 r76fca31 27 27 */ 28 28 29 /** @addtogroup genarch 29 /** @addtogroup genarch 30 30 * @{ 31 31 */ … … 36 36 #define KERN_VISUALS_H_ 37 37 38 #define VISUAL_INDIRECT_8 38 #define VISUAL_INDIRECT_8 0 39 39 40 #define VISUAL_RGB_5_5_5 41 #define VISUAL_RGB_5_6_5 42 #define VISUAL_RGB_8_8_8 43 #define VISUAL_RGB_8_8_8_0 44 #define VISUAL_RGB_0_8_8_8 40 #define VISUAL_RGB_5_5_5 1 41 #define VISUAL_RGB_5_6_5 2 42 #define VISUAL_RGB_8_8_8 3 43 #define VISUAL_RGB_8_8_8_0 4 44 #define VISUAL_RGB_0_8_8_8 5 45 45 46 #define VISUAL_BGR_0_8_8_8 46 #define VISUAL_BGR_0_8_8_8 6 47 47 48 48 #endif
Note:
See TracChangeset
for help on using the changeset viewer.