AC_Fence: change AC_FENCE to AP_FENCE_ENABLED

This commit is contained in:
Iampete1 2022-07-19 12:33:12 +01:00 committed by Andrew Tridgell
parent 5f31818658
commit 4b6a0f0b4f
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#pragma once
#ifndef AP_FENCE_ENABLED
#define AP_FENCE_ENABLED 1
#endif