mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
11 lines
332 B
C
11 lines
332 B
C
/*
|
|
* 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 */
|