mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 08:13:38 -05:00
(eg: common declarations in includes that I think are causing gensetdefs warnings) that need to be tied up, but it compiles and runs.
10 lines
127 B
C
10 lines
127 B
C
/*
|
|
* $FreeBSD$
|
|
*/
|
|
#ifndef _MACHINE_SMP_H_
|
|
#define _MACHINE_SMP_H_
|
|
|
|
#define get_mplock() { }
|
|
#define rel_mplock() { }
|
|
|
|
#endif
|