mirror of
https://github.com/reactos/reactos.git
synced 2025-01-04 05:20:54 +00:00
[PSDK] Complete the MEDIA_TYPE enum
This commit is contained in:
parent
c87482b1df
commit
3ceb93a4f2
1 changed files with 4 additions and 1 deletions
|
@ -321,7 +321,10 @@ typedef enum _MEDIA_TYPE {
|
|||
F5_1Pt23_1024,
|
||||
F3_128Mb_512,
|
||||
F3_230Mb_512,
|
||||
F8_256_128
|
||||
F8_256_128,
|
||||
F3_200Mb_512,
|
||||
F3_240M_512,
|
||||
F3_32M_512
|
||||
} MEDIA_TYPE, *PMEDIA_TYPE;
|
||||
|
||||
typedef enum _DETECTION_TYPE {
|
||||
|
|
Loading…
Reference in a new issue