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