MicrOS
partition_info.h
Go to the documentation of this file.
1 #ifndef PARTITION_INFO_H
2 #define PARTITION_INFO_H
3 
4 typedef struct partition_info
5 {
6  char device_name[64];
8 } __attribute__((packed)) partition_info;
9 
10 #endif
uint32_t device_type
Definition: partition_info.h:7
Definition: partition_info.h:4
char device_name[64]
Definition: partition_info.h:6
size_t uint32_t
Unsigned integral type.
Definition: string.h:8