mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2025-02-09 17:33:00 +00:00
13 lines
217 B
C
13 lines
217 B
C
![]() |
/*
|
||
|
* This file is part of Luma3DS.
|
||
|
* Copyright (C) 2016-2019 Aurora Wright, TuxSH
|
||
|
*
|
||
|
* SPDX-License-Identifier: (MIT OR GPL-2.0-or-later)
|
||
|
*/
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
#include "gdb.h"
|
||
|
|
||
|
GDB_DECLARE_HANDLER(ToggleStopPoint);
|