File tree 6 files changed +4
-45
lines changed
Sensors/SMCBatteryManager
6 files changed +4
-45
lines changed Original file line number Diff line number Diff line change 24
24
#include < Sensors/Private/pwr_mgt/RootDomain.h>
25
25
#include < IOKit/IOTimerEventSource.h>
26
26
#include < Headers/kern_util.hpp>
27
- #include < VirtualSMCSDK/vsmcatomic.h >
27
+ #include < Headers/kern_atomic.hpp >
28
28
29
29
class EXPORT BatteryManager : public OSObject {
30
30
OSDeclareDefaultStructors (BatteryManager)
Original file line number Diff line number Diff line change 293
293
CE2206972125097F00A4FF3B /* TODO.txt */ = {isa = PBXFileReference; lastKnownFileType = text; name = TODO.txt; path = Docs/TODO.txt; sourceTree = "<group>"; };
294
294
CE22069821250A4100A4FF3B /* kern_value.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = kern_value.hpp; sourceTree = "<group>"; };
295
295
CE22069921250A4100A4FF3B /* kern_keyvalue.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = kern_keyvalue.hpp; sourceTree = "<group>"; };
296
- CE22069C21250A5D00A4FF3B /* vsmcatomic.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vsmcatomic.h; sourceTree = "<group>"; };
297
296
CE22069D21259BD100A4FF3B /* SMCDatabase */ = {isa = PBXFileReference; lastKnownFileType = folder; name = SMCDatabase; path = Docs/SMCDatabase; sourceTree = "<group>"; };
298
297
CE22069E21259BEF00A4FF3B /* SMCTypes */ = {isa = PBXFileReference; lastKnownFileType = folder; name = SMCTypes; path = Docs/SMCTypes; sourceTree = "<group>"; };
299
298
CE22069F2125B08E00A4FF3B /* MacModels.txt */ = {isa = PBXFileReference; lastKnownFileType = text; name = MacModels.txt; path = Docs/MacModels.txt; sourceTree = "<group>"; };
622
621
CE15935E1F50551800D61131 /* kern_smcinfo.hpp */,
623
622
CE22069921250A4100A4FF3B /* kern_keyvalue.hpp */,
624
623
CE22069821250A4100A4FF3B /* kern_value.hpp */,
625
- CE22069C21250A5D00A4FF3B /* vsmcatomic.h */,
626
624
);
627
625
path = VirtualSMCSDK;
628
626
sourceTree = "<group>";
Original file line number Diff line number Diff line change 5
5
// Copyright © 2017 vit9696. All rights reserved.
6
6
//
7
7
8
- #include < VirtualSMCSDK/vsmcatomic.h>
9
-
10
8
#include < libkern/OSByteOrder.h>
9
+ #include < Headers/kern_atomic.hpp>
11
10
#include < Headers/kern_iokit.hpp>
12
11
#include < Headers/kern_util.hpp>
13
12
#include < Headers/kern_time.hpp>
Original file line number Diff line number Diff line change 15
15
#include < VirtualSMCSDK/kern_smcinfo.hpp>
16
16
#include < VirtualSMCSDK/kern_value.hpp>
17
17
#include < VirtualSMCSDK/kern_keyvalue.hpp>
18
- #include < VirtualSMCSDK/vsmcatomic.h >
18
+ #include < Headers/kern_atomic.hpp >
19
19
20
20
#include < IOKit/IORegistryEntry.h>
21
21
#include < libkern/c++/OSArray.h>
Original file line number Diff line number Diff line change 8
8
#ifndef kern_keyvalue_hpp
9
9
#define kern_keyvalue_hpp
10
10
11
- #include < VirtualSMCSDK/vsmcatomic.h >
11
+ #include < Headers/kern_atomic.hpp >
12
12
#include < VirtualSMCSDK/AppleSmcBridge.hpp>
13
13
#include < VirtualSMCSDK/kern_value.hpp>
14
14
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments