mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 20:42:44 +02:00
Add #pragma once to arm/atomics.h
This commit is contained in:
parent
1eafa1b283
commit
37689b53b6
@ -1,3 +1,4 @@
|
||||
#pragma once
|
||||
#include "../types.h"
|
||||
|
||||
static inline u32 atomicIncrement32(u32* p) {
|
||||
|
Loading…
Reference in New Issue
Block a user