mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-01-31 07:12:18 +00:00
2a709f28fa
* 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.
17 lines
270 B
C
17 lines
270 B
C
/*
|
|
* This header provides constants clk index STMicroelectronics
|
|
* STiH415 SoC.
|
|
*/
|
|
#ifndef _CLK_STIH415
|
|
#define _CLK_STIH415
|
|
|
|
/* CLOCKGEN A0 */
|
|
#define CLK_ICN_REG 0
|
|
#define CLK_ETH1_PHY 4
|
|
|
|
/* CLOCKGEN A1 */
|
|
#define CLK_ICN_IF_2 0
|
|
#define CLK_GMAC0_PHY 3
|
|
|
|
#endif
|