Add 4.x configitem stuff

This commit is contained in:
TuxSH
2018-03-09 11:54:36 +01:00
parent 1ffa239b5a
commit 3d72183471
2 changed files with 17 additions and 2 deletions

View File

@@ -17,7 +17,8 @@ typedef enum {
CONFIGITEM_MEMORYARRANGE = 10,
CONFIGITEM_ISDEBUGMODE = 11,
CONFIGITEM_KERNELMEMORYCONFIGURATION = 12,
CONFIGITEM_BATTERYPROFILE = 13
CONFIGITEM_BATTERYPROFILE = 13,
CONFIGITEM_ODM4BIT10_4X = 14,
} ConfigItem;
uint32_t configitem_set(ConfigItem item, uint64_t value);