Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
affs_hardblocks.h
Go to the documentation of this file.
1 #ifndef AFFS_HARDBLOCKS_H
2 #define AFFS_HARDBLOCKS_H
3 
4 #include <linux/types.h>
5 
6 /* Just the needed definitions for the RDB of an Amiga HD. */
7 
8 struct RigidDiskBlock {
38  char rdb_DiskVendor[8];
39  char rdb_DiskProduct[16];
45 };
46 
47 #define IDNAME_RIGIDDISK 0x5244534B /* "RDSK" */
48 
62 };
63 
64 #define IDNAME_PARTITION 0x50415254 /* "PART" */
65 
66 #define RDB_ALLOCATION_LIMIT 16
67 
68 #endif /* AFFS_HARDBLOCKS_H */