Minor fixes to comments.
[AROS.git] / rom / partition / partition_types.h
blob4a634b1e680b0c4f4bb0aba4cf8c2a97800feefc
1 #include <libraries/uuid.h>
3 struct TypeMapping
5 UBYTE MBRType;
6 ULONG DOSType;
7 const uuid_t *uuid;
8 };
10 extern const struct TypeMapping PartTypes[];
12 ULONG MBR_FindDosType(UBYTE id);