URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [fs/] [partitions/] [msdos.h] - Rev 1774
Go to most recent revision | Compare with Previous | Blame | View Log
/* * fs/partitions/msdos.h */ #define MSDOS_LABEL_MAGIC 0xAA55 int msdos_partition(struct gendisk *hd, struct block_device *bdev, unsigned long first_sector, int first_part_minor);
Go to most recent revision | Compare with Previous | Blame | View Log