/[pearpc]/src/system/syscdrom.h
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /src/system/syscdrom.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (show annotations)
Wed Sep 5 17:11:21 2007 UTC (16 years, 6 months ago) by dpavlin
File MIME type: text/plain
File size: 1049 byte(s)
import upstream CVS
1
2 /*
3 * PearPC
4 * syscdrom.h
5 *
6 * Abstraction for ethernet tunnel devices
7 *
8 * Copyright (C) 2003,2004 Stefan Weyergraf (stefan@weyergraf.de)
9 *
10 * This program is free software; you can redistribute it and/or modify
11 * it under the terms of the GNU General Public License version 2 as
12 * published by the Free Software Foundation.
13 *
14 * This program is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 * GNU General Public License for more details.
18 *
19 * You should have received a copy of the GNU General Public License
20 * along with this program; if not, write to the Free Software
21 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
22 */
23
24 #ifndef __SYSCDROM_H__
25 #define __SYSCDROM_H__
26
27 #include "system/types.h"
28
29 /* system-dependent (implementation in $MYSYSTEM/ *.cc) */
30 extern CDROMDevice *createNativeCDROMDevice(const char *device_name,
31 const char *image_name);
32
33 #endif /* __SYSETHTUN_H__ */

  ViewVC Help
Powered by ViewVC 1.1.26