/*! @file boot.h Copyright 2007 VMware Inc. Author: David Elliott */ #ifndef __CDPREBOOT_BOOT_H #define __CDPREBOOT_BOOT_H #include "libsaio.h" #include "eltorito.h" /* * graphics.c */ extern void spinActivityIndicator(); extern void clearActivityIndicator(); extern int getVideoMode(void); #endif /* !__CDPREBOOT_BOOT_H */