dd: implement DeviceAddressSpaceType api

This commit is contained in:
Michael Scire
2020-11-08 15:27:55 -08:00
parent e93c3cbf58
commit 2562700f34
15 changed files with 626 additions and 52 deletions

View File

@@ -13,12 +13,12 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include <vapours.hpp>
#include <stratosphere/dd/dd_types.hpp>
namespace ams::dd {
::Handle GetCurrentProcessHandle();
ProcessHandle GetCurrentProcessHandle();
}