Add PISpinlock and PISpinlockLocker

This commit is contained in:
2020-09-27 20:07:47 +03:00
parent ff3dfab270
commit 7530ae5d30
6 changed files with 110 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ cmake_policy(SET CMP0017 NEW) # need include() with .cmake
project(pip)
set(pip_MAJOR 2)
set(pip_MINOR 9)
set(pip_REVISION 0)
set(pip_REVISION 1)
set(pip_SUFFIX )
set(pip_COMPANY SHS)
set(pip_DOMAIN org.SHS)