Changeset 1066 in MondoRescue for branches/stable/mondo/src/include/my-stuff.h


Ignore:
Timestamp:
Jan 23, 2007, 7:35:35 AM (17 years ago)
Author:
Bruno Cornec
Message:

get rid of my-stuff.h under src/common
Try to add 3ware driver again
test updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/src/include/my-stuff.h

    r1054 r1066  
    5353
    5454#include <stdlib.h>
    55 /* BERLIOS
    56 #ifndef  __USE_FILE_OFFSET64
    57 #define  __USE_FILE_OFFSET64
    58 #endif
    59 #ifndef  __USE_LARGEFILE64
    60 #define  __USE_LARGEFILE64
    61 #endif
    62 */
    6355#include <sys/stat.h>
    6456#include <fcntl.h>
     
    7971#endif
    8072#include <assert.h>
    81 
    82 /*
    83 #if defined(DEBUG) && !__cplusplus
    84 int count;
    85 char trace_log[255];
    86 char *trace_log_ptr;
    87 #endif
    88 */
    8973
    9074#define STD_PREFIX "mondorescue"
     
    210194
    211195/**
    212  * @c mkisofs command to generate a bootable CD using LILO, except for -o option and the directory to image.
    213  */
    214 // -b images/mindi-boot.2880.img
    215 
    216 /**
    217  * @c mkisofs command to generate a bootable CD using ELILO, except for -o option and the directory to image.
    218  */
    219 // -b images/mindi-boot.2880.img
    220 // Should replace 8192 by IA64_BOOT_SIZE
    221 
    222 /**
    223196 * The stub name of the temporary ISO image to create, burn, and remove.
    224197 */
     
    332305#define VANILLA_SCSI_CDROM  "/dev/cd0"
    333306#define VANILLA_SCSI_TAPE   "/dev/sa"
     307#define VANILLA_USB_DEVICE  "/dev/hda"
    334308#define DONT_KNOW_HOW_TO_EVALUATE_THIS_DEVICE_TYPE  "/dev/vinum/"
    335309#define RAID_DEVICE_STUB    DONT_KNOW_HOW_TO_EVALUATE_THIS_DEVICE_TYPE
Note: See TracChangeset for help on using the changeset viewer.