akmenu-next/share/fifotool.h
2024-10-13 02:11:14 -07:00

21 lines
480 B
C

/*
fifotool.h
Copyright (C) 2009 yellow wood goblin
SPDX-License-Identifier: GPL-3.0-or-later
*/
#pragma once
#define MENU_MSG_GBA 1
#define MENU_MSG_ARM7_REBOOT 2
#define MENU_MSG_ARM7_READY_BOOT 3
#define MENU_MSG_BRIGHTNESS_NEXT 4
#define MENU_MSG_SYSTEM 5
#define MENU_MSG_BRIGHTNESS_GET 7
#define MENU_MSG_BRIGHTNESS_SET0 8
#define MENU_MSG_BRIGHTNESS_SET1 9
#define MENU_MSG_BRIGHTNESS_SET2 10
#define MENU_MSG_BRIGHTNESS_SET3 11
#define MENU_MSG_SHUTDOWN 12