repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
muimaster.library: remove empty Dispose from Listview
[AROS.git]
/
rom
/
partition
/
partition_types.h
blob
4a634b1e680b0c4f4bb0aba4cf8c2a97800feefc
1
#include <libraries/uuid.h>
2
3
struct
TypeMapping
4
{
5
UBYTE MBRType
;
6
ULONG DOSType
;
7
const
uuid_t
*
uuid
;
8
};
9
10
extern
const struct
TypeMapping PartTypes
[];
11
12
ULONG
MBR_FindDosType
(
UBYTE id
);