Added C header for memory type enum, removed C++
This commit is contained in:
8
include/types/memorytype.h
Normal file
8
include/types/memorytype.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
enum memory_type
|
||||
{
|
||||
M_AVAILABLE = 1,
|
||||
M_UNAVAILABLE = 1,
|
||||
M_DEFECTIVE = 3
|
||||
};
|
||||
Reference in New Issue
Block a user