summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lsdev/lsdev.h
blob: acf0d34df004c6008c48255a4dc80990475915ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * 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_config(struct devconf *); /* machine-specific print routine */
extern void hprint_config(void); /* machine-specific header printer */
extern int vflag;

extern int findtype(const char *); /* get device type by name */
OpenPOWER on IntegriCloud