mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2025-09-10 12:30:53 -04:00
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
|