/* setup.h for !DiscEx */


/*
 * Possible values for filing system type; note that these values are the
 *  same as the indices of the corresponding entries in the string set in the
 *  setup dialogue box.
 */

#define  FS_ADFS        0
#define  FS_SCSIFS      1


extern void setup_init (void);
extern Bool setup_request
(
    int code,
    ToolboxEvent *event,
    IdBlock *idblock,
    void *handle
);
extern int setup_drive (void);
extern int setup_FS (void);
