Added workaround for 2.6 kernel, we should probably use C99 types (u_int32_t etc.)

This commit is contained in:
Jaroslav Kysela 2004-03-09 12:46:59 +00:00
parent db4f41fd9b
commit dcc1bcc115
3 changed files with 6 additions and 0 deletions

View file

@ -25,8 +25,10 @@
#define __SOUND_AINSTR_FM_H
#ifndef __KERNEL__
#define __KERNEL__
#include <asm/types.h>
#include <asm/byteorder.h>
#undef __KERNEL__
#endif
/*