freebsd-dev/usr.sbin/lsdev/lsdev.h
Garrett Wollman 5e7c267709 Add a public domain notice to these files.
Requested by: jkh, 03 Sep 1995
1996-06-18 15:35:06 +00:00

15 lines
409 B
C

/*
* This file, written by Garrett A. Wollman, is in the public domain.
*/
/*
* Declarations for lsdev(8).
*/
extern const char *const devtypes[]; /* device type array */
extern int vflag;
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 */