Browse CVS Repository
Contents of /enbanfukusyaya/EnbanFukusyaYa/DriveAccess/copydisc.h
Parent Directory
| Revision Log
| Revision Graph
Revision 1.12 -
( show annotations)
( download)
( as text)
Mon Sep 18 13:59:00 2006 UTC
(17 years, 6 months ago)
by bananajinn
Branch: MAIN
CVS Tags: HEAD
Changes since 1.11: +1 -2 lines
File MIME type: text/x-chdr
*** empty log message ***
| 1 |
/** |
| 2 |
* @file copydisc.h |
| 3 |
* @brief ‰~”Õ‚ð•¡ŽÊ |
| 4 |
* @author BananaJinn |
| 5 |
* @version $Id: copydisc.h,v 1.11 2006/09/01 14:52:29 bananajinn Exp $ |
| 6 |
* ‰~”Õ•¡ŽÊ‰® |
| 7 |
* Copyright (C) 2004-2006 BananaJinn<banana@mxh.mesh.ne.jp>. |
| 8 |
*/ |
| 9 |
#ifndef __COPYDISC_H__ |
| 10 |
#define __COPYDISC_H__ |
| 11 |
|
| 12 |
#include "aspi.h" |
| 13 |
#include "cmd.h" |
| 14 |
|
| 15 |
#define HID_VIRTUAL 100 |
| 16 |
|
| 17 |
typedef struct { |
| 18 |
int hid; |
| 19 |
int tid; |
| 20 |
} DRIVEID; |
| 21 |
|
| 22 |
#ifdef __cplusplus |
| 23 |
extern "C" { |
| 24 |
#endif |
| 25 |
|
| 26 |
extern int CopyDisc(DRIVEID *reader, DRIVEID *writer, int num_writer); |
| 27 |
|
| 28 |
#ifdef __cplusplus |
| 29 |
} |
| 30 |
#endif |
| 31 |
|
| 32 |
|
| 33 |
#endif /* !__COPYDISC_H__ */ |
|