9 lines
114 B
C
9 lines
114 B
C
/*
|
|
* Onboard memory management
|
|
*/
|
|
|
|
struct SNDRV_STRU_BANK_INFO {
|
|
unsigned int address;
|
|
unsigned int size;
|
|
};
|