diff options
Diffstat (limited to 'sys/i386/isa/ctx.c')
-rw-r--r-- | sys/i386/isa/ctx.c | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/sys/i386/isa/ctx.c b/sys/i386/isa/ctx.c index bc6564e..db26c40 100644 --- a/sys/i386/isa/ctx.c +++ b/sys/i386/isa/ctx.c @@ -7,14 +7,12 @@ * no circumstances is the author responsible for the proper functioning * of this software, nor does the author assume any responsibility * for damages incurred with its use. - * - * $FreeBSD$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + /* - * - * - * * Device Driver for CORTEX-I Frame Grabber * Made by ImageNation Corporation * 1200 N.E. Keyues Road @@ -105,7 +103,6 @@ * Obviously, this sort of ugliness needs to be hidden away from * the casual user, with an appropriate set of higher level * functions. - * */ #include <sys/param.h> |