uvmac/src/HW/DISK/SONYEMDV.h

32 lines
832 B
C

/*
HW/DISK/SONYEMDV.h
Copyright (C) 2004 Paul C. Pratt
You can redistribute this file and/or modify it under the terms
of version 2 of the GNU General Public License as published by
the Free Software Foundation. You should have received a copy
of the license along with this file; see the file COPYING.
This file is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
license for more details.
*/
#ifdef SONYEMDV_H
#error "header already included"
#else
#define SONYEMDV_H
#endif
extern void ExtnDisk_Access(CPTR p);
extern void ExtnSony_Access(CPTR p);
extern void Sony_SetQuitOnEject(void);
extern void Sony_EjectAllDisks(void);
extern void Sony_Reset(void);
extern void Sony_Update(void);