1994-10-17 23:26:10 +00:00
|
|
|
/*
|
|
|
|
* Declarations for lsdev(8).
|
|
|
|
*/
|
|
|
|
|
1995-12-13 15:10:56 +00:00
|
|
|
extern const char *const devtypes[]; /* device type array */
|
1994-10-17 23:26:10 +00:00
|
|
|
extern int vflag;
|
|
|
|
|
1995-12-13 15:10:56 +00:00
|
|
|
int findtype(const char *); /* get device type by name */
|
|
|
|
void hprint_config(void); /* machine-specific header printer */
|
|
|
|
struct devconf;
|
|
|
|
void print_config(struct devconf *); /* machine-specific print routine */
|