Uncomment AML value variant

This commit is contained in:
Jeremy Soller
2017-10-22 19:41:31 -06:00
parent 58c6ef0ecf
commit ef70cd257c

View File

@@ -132,7 +132,7 @@ pub enum AmlValue {
String(String),
PowerResource(PowerResource),
Processor(Processor),
//RawDataBuffer(Vec<u8>),
RawDataBuffer(Vec<u8>),
ThermalZone(ThermalZone)
}