/[grub]/grub/stage2/pc_slice.h
ViewVC logotype

Diff of /grub/stage2/pc_slice.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.15 by okuji, Mon Nov 12 06:57:29 2001 UTC revision 1.16 by okuji, Fri Jan 24 16:28:41 2003 UTC
# Line 1  Line 1 
1  /*  /*
2   *  GRUB  --  GRand Unified Bootloader   *  GRUB  --  GRand Unified Bootloader
3   *  Copyright (C) 1999, 2000, 2001   Free Software Foundation, Inc.   *  Copyright (C) 1999,2000,2001,2003   Free Software Foundation, Inc.
4   *   *
5   *  This program is free software; you can redistribute it and/or modify   *  This program is free software; you can redistribute it and/or modify
6   *  it under the terms of the GNU General Public License as published by   *  it under the terms of the GNU General Public License as published by
# Line 114  Line 114 
114  #define PC_SLICE_TYPE_EXT2FS            0x83  #define PC_SLICE_TYPE_EXT2FS            0x83
115  #define PC_SLICE_TYPE_LINUX_EXTENDED    0x85  #define PC_SLICE_TYPE_LINUX_EXTENDED    0x85
116  #define PC_SLICE_TYPE_VSTAFS            0x9e  #define PC_SLICE_TYPE_VSTAFS            0x9e
117    #define PC_SLICE_TYPE_DELL_UTIL         0xde
118  #define PC_SLICE_TYPE_LINUX_RAID        0xfd  #define PC_SLICE_TYPE_LINUX_RAID        0xfd
119    
120    
# Line 127  Line 128 
128       || _type == PC_SLICE_TYPE_FAT16_GT32M \       || _type == PC_SLICE_TYPE_FAT16_GT32M \
129       || _type == PC_SLICE_TYPE_FAT16_LBA \       || _type == PC_SLICE_TYPE_FAT16_LBA \
130       || _type == PC_SLICE_TYPE_FAT32 \       || _type == PC_SLICE_TYPE_FAT32 \
131       || _type == PC_SLICE_TYPE_FAT32_LBA; })       || _type == PC_SLICE_TYPE_FAT32_LBA \
132         || _type == PC_SLICE_TYPE_DELL_UTIL; })
133    
134  #define IS_PC_SLICE_TYPE_EXTENDED(type) \  #define IS_PC_SLICE_TYPE_EXTENDED(type) \
135    (((type) == PC_SLICE_TYPE_EXTENDED)   \    (((type) == PC_SLICE_TYPE_EXTENDED)   \

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26