root/src/system/boot/platform/riscv/video.h
/*
** Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
** Distributed under the terms of the MIT License.
*/
#ifndef VIDEO_H
#define VIDEO_H


#include <SupportDefs.h>


class Menu;
class MenuItem;

bool video_mode_hook(Menu* menu, MenuItem* item);
Menu* video_mode_menu();

#endif  /* VIDEO_H */