[HID] Stub more gyroscope calls
This commit is contained in:
@@ -17,6 +17,8 @@ class HIDService {
|
||||
// Service commands
|
||||
void enableAccelerometer(u32 messagePointer);
|
||||
void enableGyroscopeLow(u32 messagePointer);
|
||||
void getGyroscopeLowCalibrateParam(u32 messagePointer);
|
||||
void getGyroscopeCoefficient(u32 messagePointer);
|
||||
void getIPCHandles(u32 messagePointer);
|
||||
|
||||
public:
|
||||
|
||||
@@ -12,6 +12,7 @@ class NDMService {
|
||||
// Service commands
|
||||
void overrideDefaultDaemons(u32 messagePointer);
|
||||
void suspendDaemons(u32 messagePointer);
|
||||
void suspendScheduler(u32 messagePointer);
|
||||
|
||||
public:
|
||||
NDMService(Memory& mem) : mem(mem) {}
|
||||
|
||||
Reference in New Issue
Block a user