/* * (C) Copyright 1992, ..., 2004 the "DOSEMU-Development-Team". * * for details see file COPYING in the DOSEMU distribution */ #ifndef __HMA_H #define __HMA_H #include "extern.h" void set_a20(int); EXTERN int a20; #endif