Merge pull request #255 from Subv/cbranch_3

Implemented timers
This commit is contained in:
bunnei 2015-01-08 22:38:33 -05:00
commit d46f650036
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 {