svc: Move ResetType enum to the kernel event header

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

View File

@ -424,7 +424,7 @@ const Interface::FunctionInfo FunctionTable[] = {
// Interface class
Interface::Interface() {
completion_event = Kernel::Event::Create(ResetType::OneShot, "Y2R:Completed");
completion_event = Kernel::Event::Create(Kernel::ResetType::OneShot, "Y2R:Completed");
std::memset(&conversion, 0, sizeof(conversion));
Register(FunctionTable);