/* * (C) Copyright 2013 the "DOSEMU-Development-Team". * * for details see file COPYING.DOSEMU in the DOSEMU distribution */ #ifndef CHIPSET_H #define CHIPSET_H void chipset_init(void); #endif