forked from KolibriOS/kolibrios
75f3f661a7
git-svn-id: svn://kolibrios.org@8322 a494cfbc-eb01-0410-851d-a64ba20cac60
17 lines
413 B
C
Executable File
17 lines
413 B
C
Executable File
/* -----------------------------------------------------------------------------
|
|
* udis86.h
|
|
*
|
|
* Copyright (c) 2002, 2003, 2004 Vivek Mohan <vivek@sig9.com>
|
|
* All rights reserved. See (LICENSE)
|
|
* -----------------------------------------------------------------------------
|
|
*/
|
|
|
|
#ifndef UDIS86_H
|
|
#define UDIS86_H
|
|
|
|
#include "libudis86/types.h"
|
|
#include "libudis86/extern.h"
|
|
#include "libudis86/itab.h"
|
|
|
|
#endif
|