svc: Move ResetType enum to the kernel event header

This commit is contained in:
Lioncash 2016-03-12 21:47:41 -05:00
parent bdaa3dcf06
commit bc06a2c79e
10 changed files with 17 additions and 16 deletions

View file

@ -457,7 +457,7 @@ const Interface::FunctionInfo FunctionTable[] = {
// Interface class
Interface::Interface() {
semaphore_event = Kernel::Event::Create(ResetType::OneShot, "DSP_DSP::semaphore_event");
semaphore_event = Kernel::Event::Create(Kernel::ResetType::OneShot, "DSP_DSP::semaphore_event");
read_pipe_count = 0;
Register(FunctionTable);