forked from Qortal/Brooklyn
* 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.
14 lines
190 B
C
14 lines
190 B
C
#ifndef _S3C24XX_UDA134X_H_
|
|
#define _S3C24XX_UDA134X_H_ 1
|
|
|
|
#include <sound/uda134x.h>
|
|
|
|
struct s3c24xx_uda134x_platform_data {
|
|
int l3_clk;
|
|
int l3_mode;
|
|
int l3_data;
|
|
int model;
|
|
};
|
|
|
|
#endif
|