[CAM] Implement GetMaxLines

This commit is contained in:
wheremyfoodat
2023-03-14 00:05:15 +02:00
parent 5b9648e0a8
commit fd284e5bfd
2 changed files with 35 additions and 1 deletions
+1
View File
@@ -11,6 +11,7 @@ class CAMService {
// Service commands
void driverInitialize(u32 messagePointer);
void getMaxLines(u32 messagePointer);
public:
CAMService(Memory& mem) : mem(mem) {}