1
0
Fork 0

new include system

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2136
This commit is contained in:
Peter Veenstra 2005-03-24 10:18:45 +00:00
parent e80222f29b
commit 989727eaae
4 changed files with 23 additions and 18 deletions

View file

@ -16,10 +16,10 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* $Id: dma.h,v 1.13 2005-02-10 10:20:47 qbix79 Exp $ */
/* $Id: dma.h,v 1.14 2005-03-24 10:18:45 qbix79 Exp $ */
#ifndef __DMA_H
#define __DMA_H
#ifndef DOSBOX_DMA_H
#define DOSBOX_DMA_H
enum DMAEvent {
DMA_REACHED_TC,
@ -89,5 +89,3 @@ extern DmaChannel *DmaChannels[8];
extern DmaController *DmaControllers[2];
#endif