Fixed paths when __KERNEL__

This commit is contained in:
Jaroslav Kysela 2001-03-23 22:50:04 +00:00
parent 445e2b0c07
commit 10a2d4267f

View file

@ -20,9 +20,9 @@
*/ */
#ifdef __KERNEL__ #ifdef __KERNEL__
#include "../include/driver.h" #include <sound/driver.h>
#include "../include/pcm.h" #include <sound/pcm.h>
#include "../include/pcm_plugin.h" #include <sound/pcm_plugin.h>
#define bswap_16 swab16 #define bswap_16 swab16
#define bswap_32 swab32 #define bswap_32 swab32
#define bswap_64 swab64 #define bswap_64 swab64