mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 12:32:40 +02:00
9 lines
173 B
C
9 lines
173 B
C
// Copyright 2017 plutoo
|
|
#pragma once
|
|
#include <switch/types.h>
|
|
|
|
bool kernelAbove200(void);
|
|
bool kernelAbove300(void);
|
|
bool kernelAbove400(void);
|
|
bool detectDebugger(void);
|