Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
8322 maxcodehac 1
/* -----------------------------------------------------------------------------
2
 * udis86.h
3
 *
4
 * Copyright (c) 2002, 2003, 2004 Vivek Mohan 
5
 * All rights reserved. See (LICENSE)
6
 * -----------------------------------------------------------------------------
7
 */
8
 
9
#ifndef UDIS86_H
10
#define UDIS86_H
11
 
12
#include "libudis86/types.h"
13
#include "libudis86/extern.h"
14
#include "libudis86/itab.h"
15
 
16
#endif