mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-02 09:01:48 -05:00
Added workaround for 2.6 kernel, we should probably use C99 types (u_int32_t etc.)
This commit is contained in:
parent
db4f41fd9b
commit
dcc1bcc115
3 changed files with 6 additions and 0 deletions
|
|
@ -25,8 +25,10 @@
|
|||
#define __SOUND_AINSTR_FM_H
|
||||
|
||||
#ifndef __KERNEL__
|
||||
#define __KERNEL__
|
||||
#include <asm/types.h>
|
||||
#include <asm/byteorder.h>
|
||||
#undef __KERNEL__
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue