mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 06:53:43 +00:00
Refactoring, clean up shutdown path
This commit is contained in:
15
GpCommon/GpDisplayDriverTickStatus.h
Normal file
15
GpCommon/GpDisplayDriverTickStatus.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#pragma once
|
||||
|
||||
namespace GpDisplayDriverTickStatuses
|
||||
{
|
||||
enum GpDisplayDriverTickStatus
|
||||
{
|
||||
kOK = 0,
|
||||
kNonFatalFault = 1,
|
||||
kFatalFault = 2,
|
||||
|
||||
kApplicationTerminated = 3,
|
||||
};
|
||||
}
|
||||
|
||||
typedef GpDisplayDriverTickStatuses::GpDisplayDriverTickStatus GpDisplayDriverTickStatus_t;
|
Reference in New Issue
Block a user