mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-07 14:54:17 +00:00
* 0day explit mitigation * Memory corruption prevention * Privilege escalation prevention * Buffer over flow prevention * File System corruption defense * Thread escape prevention This may very well be the most intensive inclusion to BrooklynR. This will not be part of an x86 suite nor it will be released as tool kit. The security core toolkit will remain part of kernel base.
12 lines
246 B
C
12 lines
246 B
C
#ifndef __PLATFORM_DATA_ASOC_MX27VIS_H
|
|
#define __PLATFORM_DATA_ASOC_MX27VIS_H
|
|
|
|
struct snd_mx27vis_platform_data {
|
|
int amp_gain0_gpio;
|
|
int amp_gain1_gpio;
|
|
int amp_mutel_gpio;
|
|
int amp_muter_gpio;
|
|
};
|
|
|
|
#endif /* __PLATFORM_DATA_ASOC_MX27VIS_H */
|