diff options
Diffstat (limited to 'sys/dev/dc/pnphy.c')
-rw-r--r-- | sys/dev/dc/pnphy.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/dc/pnphy.c b/sys/dev/dc/pnphy.c index ad9ad4f..4cfed03 100644 --- a/sys/dev/dc/pnphy.c +++ b/sys/dev/dc/pnphy.c @@ -30,6 +30,9 @@ * THE POSSIBILITY OF SUCH DAMAGE. */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + /* * Pseudo-driver for media selection on the Lite-On PNIC 82c168 * chip. The NWAY support on this chip is horribly broken, so we |