Browse CVS Repository
Contents of /enbanfukusyaya/EnbanFukusyaYa/DriveAccess/offsetiso.h
Parent Directory
| Revision Log
| Revision Graph
Revision 1.4 -
( show annotations)
( download)
( as text)
Mon Nov 1 14:34:11 2010 UTC
(13 years, 5 months ago)
by bananajinn
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +3 -3 lines
File MIME type: text/x-chdr
*** empty log message ***
| 1 |
/** |
| 2 |
* @file offsetiso.h |
| 3 |
* @brief ISOイメージを外側にずらす |
| 4 |
* @author BananaJinn |
| 5 |
* @version $Id: offsetiso.h,v 1.3 2007/01/21 15:43:48 bananajinn Exp $ |
| 6 |
* 円盤複写屋 |
| 7 |
* Copyright (C) 2004-2006 BananaJinn<banana@mxh.mesh.ne.jp>. |
| 8 |
*/ |
| 9 |
#ifndef __OFFSETISO_H__ |
| 10 |
#define __OFFSETISO_H__ |
| 11 |
|
| 12 |
#include "aspi.h" |
| 13 |
#include "cmd.h" |
| 14 |
|
| 15 |
extern void SetOffset(DWORD offset); |
| 16 |
extern DWORD GetOffset(); |
| 17 |
extern int OffsetISO(BYTE *data, DWORD lba, DWORD blocksize, DWORD len); |
| 18 |
|
| 19 |
#endif /* !__OFFSETISO_H__ */ |
|