openprom_fs.h 186 B

12345678910
  1. #ifndef _LINUX_OPENPROM_FS_H
  2. #define _LINUX_OPENPROM_FS_H
  3. /*
  4. * The openprom filesystem constants/structures
  5. */
  6. #define OPENPROM_SUPER_MAGIC 0x9fa1
  7. #endif /* _LINUX_OPENPROM_FS_H */