mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-06 04:29:25 -04:00
6 lines
133 B
C
6 lines
133 B
C
int opendisk(const char *, int, char *, size_t, int);
|
|
#define getrawpartition() 3
|
|
#ifndef _PATH_DEV
|
|
#define _PATH_DEV "/dev/"
|
|
#endif
|