mirror of
https://github.com/joel16/VITA-Homebrew-Sorter.git
synced 2024-11-23 11:29:50 +00:00
8 lines
105 B
C++
8 lines
105 B
C++
#pragma once
|
|
|
|
namespace Power {
|
|
void InitThread(void);
|
|
void Lock(void);
|
|
void Unlock(void);
|
|
}
|