]> git.ozlabs.org Git - yaboot.git/blobdiff - include/yaboot.h
warnings: Add explict casts to silence many compiler warnings about sign comparisions.
[yaboot.git] / include / yaboot.h
index 94d3d6e144e7b1b2388f18538686905a609281cd..49e8e10fa11ecc31be94c3fb2b5af72e1c32713a 100644 (file)
@@ -1,25 +1,25 @@
 /*
- *  Yaboot - secondary boot loader for Linux on PowerPC. 
+ *  Yaboot - secondary boot loader for Linux on PowerPC.
  *
  *  Copyright (C) 2001 Ethan Benson
  *
  *  Copyright (C) 1999, 2000, 2001 Benjamin Herrenschmidt
- *  
+ *
  *  IBM CHRP support
- *  
+ *
  *  Copyright (C) 2001 Peter Bergner
  *
  *  portions based on poof
- *  
+ *
  *  Copyright (C) 1999 Marius Vollmer
- *  
+ *
  *  portions based on quik
- *  
+ *
  *  Copyright (C) 1996 Paul Mackerras.
- *  
+ *
  *  Because this program is derived from the corresponding file in the
  *  silo-0.64 distribution, it is also
- *  
+ *
  *  Copyright (C) 1996 Pete A. Zaitcev
  *                1996 Maurizio Plaza
  *                1996 David S. Miller
@@ -49,7 +49,6 @@
 struct boot_param_t {
        struct boot_fspec_t     kernel;
        struct boot_fspec_t     rd;
-       struct boot_fspec_t     sysmap;
 
        char*   args;
 };