mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-28 22:36:24 +01:00
11 lines
127 B
C
11 lines
127 B
C
|
/*
|
||
|
* $FreeBSD$
|
||
|
*/
|
||
|
#ifndef _MACHINE_SMP_H_
|
||
|
#define _MACHINE_SMP_H_
|
||
|
|
||
|
#define get_mplock() { }
|
||
|
#define rel_mplock() { }
|
||
|
|
||
|
#endif
|