[CAM] Implement GetMaxLines

This commit is contained in:
wheremyfoodat 2023-03-13 02:08:31 +02:00
parent 5b9648e0a8
commit fd284e5bfd
2 changed files with 35 additions and 1 deletions
include/services

View file

@ -11,6 +11,7 @@ class CAMService {
// Service commands
void driverInitialize(u32 messagePointer);
void getMaxLines(u32 messagePointer);
public:
CAMService(Memory& mem) : mem(mem) {}