1
0
Fork 0
qemu/roms/SLOF/lib/libbootmenu/bootmenu.code
Daniel Baumann ea34ddeea6
Adding upstream version 1:10.0.2+ds.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 14:27:05 +02:00

20 lines
610 B
Text

/*****************************************************************************
* Boot menu: Glue code to Forth
*
* Copyright 2017 Red Hat, Inc.
*
* This program and the accompanying materials
* are made available under the terms of the BSD License
* which accompanies this distribution, and is available at
* http://www.opensource.org/licenses/bsd-license.php
*
* Contributors:
* Thomas Huth, Red Hat Inc. - initial implementation
*****************************************************************************/
#include "bootmenu.h"
// ( -- [str] len|0 )
PRIM(boot_X2d_menu)
bootmenu();
MIRP