freebsd-dev/usr.sbin/lsdev/lsdev.h

17 lines
415 B
C
Raw Normal View History

/*
* Declarations for lsdev(8).
*/
#include <sys/types.h>
#include <sys/param.h>
#include <sys/time.h>
#include <sys/proc.h>
#include <vm/vm.h>
#include <sys/sysctl.h>
#include <sys/devconf.h>
extern const char *const devtypes[]; /* device type array */
extern void print(struct devconf *); /* machine-specific print routine */
extern int vflag;
extern int findtype(const char *); /* get device type by name */