freebsd-skq/sys/dev/sound/midi
kmacy 99851f359e In order to maximize the re-usability of kernel code in user space this
patch modifies makesyscalls.sh to prefix all of the non-compatibility
calls (e.g. not linux_, freebsd32_) with sys_ and updates the kernel
entry points and all places in the code that use them. It also
fixes an additional name space collision between the kernel function
psignal and the libc function of the same name by renaming the kernel
psignal kern_psignal(). By introducing this change now we will ease future
MFCs that change syscalls.

Reviewed by:	rwatson
Approved by:	re (bz)
2011-09-16 13:58:51 +00:00
..
midi.c In order to maximize the re-usability of kernel code in user space this 2011-09-16 13:58:51 +00:00
midi.h
midiq.h
mpu401.c Remove custom KOBJMETHOD(), CHANNEL_DECLARE() and MIXER_DECLARE() 2009-06-11 09:06:09 +00:00
mpu401.h
mpu_if.m
mpufoi_if.m
sequencer.c Change the type of uio_resid member of struct uio from int to ssize_t. 2009-06-25 18:46:30 +00:00
sequencer.h
synth_if.m