URL
https://opencores.org/ocsvn/test_project/test_project/trunk
Subversion Repositories test_project
[/] [test_project/] [trunk/] [linux_sd_driver/] [fs/] [partitions/] [msdos.h] - Rev 62
Compare with Previous | Blame | View Log
/* * fs/partitions/msdos.h */ #define MSDOS_LABEL_MAGIC 0xAA55 int msdos_partition(struct parsed_partitions *state, struct block_device *bdev);