1
0
mirror of https://github.com/switchbrew/libnx.git synced 2025-06-30 16:52:40 +02:00
libnx/nx/include/switch/kernel/detect.h
2018-01-23 00:27:00 +01:00

9 lines
169 B
C

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