Advertisement
Guest User

Untitled

a guest
Jun 15th, 2011
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. enum omap_ecc {
  2. /* 1-bit ecc: stored at end of spare area */
  3. OMAP_ECC_HAMMING_CODE_DEFAULT = 0, /* Default, s/w method */
  4. OMAP_ECC_HAMMING_CODE_HW, /* gpmc to detect the error */
  5. /* 1-bit ecc: stored at beginning of spare area as romcode */
  6. OMAP_ECC_HAMMING_CODE_HW_ROMCODE, /* gpmc method & romcode layout */
  7. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement