mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Include acle-compat.h directly (we use its symbols) rather than getting
it via sysreg.h.
This commit is contained in:
parent
2ed434b4bf
commit
efa8bab713
1 changed files with 1 additions and 0 deletions
|
|
@ -39,6 +39,7 @@
|
|||
#ifndef _MACHINE_ASM_H_
|
||||
#define _MACHINE_ASM_H_
|
||||
#include <sys/cdefs.h>
|
||||
#include <machine/acle-compat.h>
|
||||
#include <machine/sysreg.h>
|
||||
|
||||
#define _C_LABEL(x) x
|
||||
|
|
|
|||
Loading…
Reference in a new issue