Changeset b4fa652 in mainline for boot/arch/sparc64/loader/ofwarch.c
- Timestamp:
- 2006-08-04T08:21:30Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b006a2c8
- Parents:
- d7e3fa66
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/sparc64/loader/ofwarch.c
rd7e3fa66 rb4fa652 36 36 #include <printf.h> 37 37 38 int bpp2align[] = { 39 [0] = 0, /** Invalid bpp. */ 40 [1] = 1, /** 8bpp is not aligned. */ 41 [2] = 2, /** 16bpp is naturally aligned. */ 42 [3] = 4, /** 24bpp is aligned on 4 byte boundary. */ 43 [4] = 4, /** 32bpp is naturally aligned. */ 44 }; 45 38 46 void write(const char *str, const int len) 39 47 {
Note:
See TracChangeset
for help on using the changeset viewer.