X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/1c79356b52d46aa6b508fb032f5ae709b1f2897b..b4c24cb9d3df001f2892dc4ed451bc769ff28a9f:/bsd/ppc/reboot.h?ds=sidebyside diff --git a/bsd/ppc/reboot.h b/bsd/ppc/reboot.h index 839e80100..0a47e6a49 100644 --- a/bsd/ppc/reboot.h +++ b/bsd/ppc/reboot.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000 Apple Computer, Inc. All rights reserved. + * Copyright (c) 2000-2002 Apple Computer, Inc. All rights reserved. * * @APPLE_LICENSE_HEADER_START@ * @@ -19,27 +19,17 @@ * * @APPLE_LICENSE_HEADER_END@ */ -/* - * File: next/reboot.h - * Author: Avadis Tevanian, Jr. - * - * NeXT specific reboot flags. - * - * HISTORY - * 28-Feb-90 John Seamons (jks) at NeXT - * Added RB_COMMAND flag that allows a specific reboot command to be used. - * - * 06-Jul-88 Avadis Tevanian (avie) at NeXT, Inc. - * Created. - */ #ifndef _BSD_PPC_REBOOT_H_ #define _BSD_PPC_REBOOT_H_ +#include + /* * Empty file (publicly) */ #ifdef KERNEL +#ifdef __APPLE_API_PRIVATE /* * Use most significant 16 bits to avoid collisions with * machine independent flags. @@ -53,5 +43,9 @@ #define RB_BOOTNEXT 0x00400000 /* reboot into NeXT */ #define RB_BOOTDOS 0x00800000 /* reboot into DOS */ +#endif /* __APPLE_API_PRIVATE */ + #endif /* KERNEL */ + #endif /* _BSD_PPC_REBOOT_H_ */ +