taisei/src/stages/stage1.h

14 lines
241 B
C
Raw Normal View History

/*
* This software is licensed under the terms of the MIT-License
* See COPYING for further information.
* ---
* Copyright (C) 2011, Lukas Weber <laochailan@web.de>
*/
#ifndef STAGE1_H
#define STAGE1_H
void stage1_loop(void);
#endif