This website requires JavaScript.
Explore
Help
Register
Sign In
upstream
/
opnsense-src
Watch
1
Star
0
Fork
You've already forked opnsense-src
0
mirror of
https://github.com/opnsense/src.git
synced
2026-02-14 16:23:25 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
6318052d9e
opnsense-src
/
lib
/
libdevinfo
/
Makefile
9 lines
96 B
Makefile
Raw
Normal View
History
Unescape
Escape
This is the Device Information Library, libdevinfo. The devinfo library provides access to the kernel's internal device hierarchy and to the I/O resource manager. The library uses a sysctl(9) interface to obtain a snapshot of the kernel's state which is then made available to the application.
2001-04-20 01:53:30 -04:00
# $FreeBSD$
LIB
=
devinfo
SRCS
=
devinfo.c
devinfo_var.h should not be in INCS
2001-04-20 19:10:09 -04:00
INCS
=
devinfo.h
MAN[1-9] -> MAN.
2002-05-13 08:11:54 -04:00
MAN
=
devinfo.3
This is the Device Information Library, libdevinfo. The devinfo library provides access to the kernel's internal device hierarchy and to the I/O resource manager. The library uses a sysctl(9) interface to obtain a snapshot of the kernel's state which is then made available to the application.
2001-04-20 01:53:30 -04:00
.
i
n
c
l
u
d
e
<
b
s
d
.
l
i
b
.
m
k
>
Reference in a new issue
Copy permalink