Linux Kernel
3.7.1
|
#include <linux/msdos_fs.h>
#include "check.h"
#include "msdos.h"
#include "efi.h"
#include <asm/unaligned.h>
Go to the source code of this file.
Macros | |
#define | SYS_IND(p) get_unaligned(&p->sys_ind) |
#define | MSDOS_LABEL_MAGIC1 0x55 |
#define | MSDOS_LABEL_MAGIC2 0xAA |
#define | AIX_LABEL_MAGIC1 0xC9 |
#define | AIX_LABEL_MAGIC2 0xC2 |
#define | AIX_LABEL_MAGIC3 0xD4 |
#define | AIX_LABEL_MAGIC4 0xC1 |
Functions | |
int | msdos_partition (struct parsed_partitions *state) |
#define SYS_IND | ( | p | ) | get_unaligned(&p->sys_ind) |
int msdos_partition | ( | struct parsed_partitions * | state | ) |