[freeldr] Move custom.c, drivemap.c/h, miscboot.c/h to i386 directories
[reactos.git] / reactos / boot / freeldr / freeldr / include / options.h
index 72cfa53..bfa6479 100644 (file)
@@ -12,9 +12,9 @@
  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  *  GNU General Public License for more details.
  *
- *  You should have received a copy of the GNU General Public License
- *  along with this program; if not, write to the Free Software
- *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *  You should have received a copy of the GNU General Public License along
+ *  with this program; if not, write to the Free Software Foundation, Inc.,
+ *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
 #ifndef __OPTIONS_H
 
 VOID   DoOptionsMenu(VOID);
 
-VOID   OptionMenuReboot(VOID);
-
-VOID   OptionMenuCustomBoot(VOID);
-#ifdef __i386__
-VOID   OptionMenuCustomBootDisk(VOID);
-VOID   OptionMenuCustomBootPartition(VOID);
-VOID   OptionMenuCustomBootBootSectorFile(VOID);
-VOID   OptionMenuCustomBootReactOS(VOID);
-VOID   OptionMenuCustomBootLinux(VOID);
-#endif /* __i386__ */
-
 #endif // #defined __OPTIONS_H