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