mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
6 lines
93 B
C
6 lines
93 B
C
|
|
#ifdef __arm__
|
|
#include <arm/exec.h>
|
|
#else /* !__arm__ */
|
|
/* empty */
|
|
#endif /* !__arm__ */
|