Add kernel function declarations.

This commit is contained in:
gwr 1997-04-25 17:52:54 +00:00
parent 23f821bcc5
commit fd42058232

View File

@ -1,4 +1,4 @@
/* $NetBSD: leds.h,v 1.1 1997/04/25 15:15:45 gwr Exp $ */
/* $NetBSD: leds.h,v 1.2 1997/04/25 17:52:54 gwr Exp $ */
/*-
* Copyright (c) 1997 The NetBSD Foundation, Inc.
@ -43,3 +43,8 @@ struct led_patterns {
u_char patlen; /* patterns to use (0 means 256). */
u_char pat[256]; /* the patters... */
};
#ifdef _KERNEL
void leds_intr __P((void));
int leds_uio __P((struct uio *uio));
#endif /* _KERNEL */