Moved memory type enum to memorymap.h
Deleted memorytype.h
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
#pragma once
|
||||
|
||||
enum memory_type
|
||||
{
|
||||
M_AVAILABLE = 1,
|
||||
M_UNAVAILABLE = 1,
|
||||
M_DEFECTIVE = 3
|
||||
};
|
||||
Reference in New Issue
Block a user