mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Additional machdep sysctl constants needed for userland utils
Approved by: benno
This commit is contained in:
parent
6dfada4cca
commit
663a6cc057
1 changed files with 6 additions and 2 deletions
|
|
@ -64,8 +64,12 @@ extern void __syncicache(void *, int);
|
|||
* CTL_MACHDEP definitions.
|
||||
*/
|
||||
#define CPU_CACHELINE 1
|
||||
#define CPU_MAXID 2
|
||||
#define CPU_CONSDEV 1
|
||||
#define CPU_CONSDEV 2
|
||||
#define CPU_ADJKERNTZ 3
|
||||
#define CPU_DISRTCSET 4
|
||||
#define CPU_BOOTINFO 5
|
||||
#define CPU_WALLCLOCK 6
|
||||
#define CPU_MAXID 7
|
||||
|
||||
#define CTL_MACHDEP_NAMES { \
|
||||
{ 0, 0 }, \
|
||||
|
|
|
|||
Loading…
Reference in a new issue