bootinfo-q40.h 295 B

12345678910111213141516
  1. /*
  2. ** asm/bootinfo-q40.h -- Q40-specific boot information definitions
  3. */
  4. #ifndef _UAPI_ASM_M68K_BOOTINFO_Q40_H
  5. #define _UAPI_ASM_M68K_BOOTINFO_Q40_H
  6. /*
  7. * Latest Q40 bootinfo version
  8. */
  9. #define Q40_BOOTI_VERSION MK_BI_VERSION(2, 0)
  10. #endif /* _UAPI_ASM_M68K_BOOTINFO_Q40_H */