7 lines
126 B
C
7 lines
126 B
C
|
#ifndef BMLUTILS_H_
|
||
|
#define BMLUTILS_H_
|
||
|
|
||
|
int format_rfs_device (const char *device, const char *path);
|
||
|
|
||
|
#endif // BMLUTILS_H_
|