forked from DGNum/liminix
8 lines
137 B
C
8 lines
137 B
C
|
struct root_opts {
|
||
|
char *device;
|
||
|
char *fstype;
|
||
|
char *mount_opts;
|
||
|
};
|
||
|
|
||
|
void parseopts(char * cmdline, struct root_opts *opts);
|