/* * Declarations for lsdev(8). */ #include #include #include #include #include #include #include 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 */