Home | History | Annotate | Line # | Download | only in dev
spkrvar.h revision 1.1
      1 /* $NetBSD: spkrvar.h,v 1.1 2016/12/08 11:31:08 nat Exp $ */
      2 
      3 #ifndef _SYS_DEV_SPKRVAR_H
      4 #define _SYS_DEV_SPKRVAR_H
      5 
      6 device_t speakerattach_mi(device_t);
      7 void speaker_play(u_int, u_int, u_int);
      8 
      9 #endif /* _SYS_DEV_SPKRVAR_H */
     10