mirror of
https://github.com/GnoConsortium/gno.git
synced 2025-01-11 08:30:24 +00:00
16 lines
274 B
C
16 lines
274 B
C
|
/*
|
||
|
* $Id: gno.c,v 1.1 1997/02/28 05:12:55 gdr Exp $
|
||
|
*/
|
||
|
#include "test.h"
|
||
|
|
||
|
#include <gno/conf.h>
|
||
|
#include <gno/gno.h>
|
||
|
#include <gno/proc.h>
|
||
|
#include <gno/kvm.h>
|
||
|
#include <gno/sim.h>
|
||
|
|
||
|
/* haven't yet determined if it will be dropped */
|
||
|
#if 0
|
||
|
#include <gno/kerntool.h>
|
||
|
#endif
|