SVC: Implemented the Timer service calls.

This commit is contained in:
Subv 2014-12-04 14:45:47 -05:00
parent 3eca33c6a4
commit 07044651ef
8 changed files with 234 additions and 5 deletions

View file

@ -43,6 +43,7 @@ enum WaitType {
WAITTYPE_MUTEX,
WAITTYPE_SYNCH,
WAITTYPE_ARB,
WAITTYPE_TIMER,
};
namespace Kernel {