1
0
mirror of https://github.com/switchbrew/libnx.git synced 2025-07-23 02:42:15 +02:00
libnx/nx/include/switch/kernel/detect.h
2018-01-22 20:11:55 +01:00

9 lines
166 B
C

// Copyright 2017 plutoo
#pragma once
#include "types.h"
bool kernelAbove200(void);
bool kernelAbove300(void);
bool kernelAbove400(void);
bool detectDebugger(void);