source: bootcd/isolinux/syslinux-6.03/gpxe/src/config/config_romprefix.c @ dd1be7c

Last change on this file since dd1be7c was e16e8f2, checked in by Edwin Eefting <edwin@datux.nl>, 3 years ago

bootstuff

  • Property mode set to 100644
File size: 478 bytes
Line 
1/*
2 * This program is free software; you can redistribute it and/or
3 * modify it under the terms of the GNU General Public License as
4 * published by the Free Software Foundation; either version 2, or (at
5 * your option) any later version.
6 */
7
8FILE_LICENCE ( GPL2_OR_LATER );
9
10#include <config/general.h>
11
12/** @file
13 *
14 * ROM prefix configuration options
15 *
16 */
17
18/*
19 * Provide UNDI loader if PXE stack is requested
20 *
21 */
22#ifdef PXE_STACK
23REQUIRE_OBJECT ( undiloader );
24#endif
Note: See TracBrowser for help on using the repository browser.