mirror of
https://github.com/ndeadly/MissionControl
synced 2024-12-12 22:02:36 +00:00
9 lines
158 B
C++
9 lines
158 B
C++
|
#pragma once
|
||
|
#include <stratosphere.hpp>
|
||
|
|
||
|
namespace btdrv::mitm {
|
||
|
|
||
|
DEFINE_MITM_MODULE_CLASS(0x8000, AMS_GET_SYSTEM_THREAD_PRIORITY(btdrv, IpcServer));
|
||
|
|
||
|
}
|