genode/base-hw/src/platform/_main_helper.h

21 lines
479 B
C
Raw Normal View History

/*
* \brief Platform-specific helper functions for the _main() function
* \author Martin Stein
* \date 2010-09-13
*/
/*
* Copyright (C) 2010-2012 Genode Labs GmbH
*
* This file is part of the Genode OS framework, which is distributed
* under the terms of the GNU General Public License version 2.
*/
#ifndef _SRC__PLATFORM__MAIN_HELPER_H_
#define _SRC__PLATFORM__MAIN_HELPER_H_
static void main_thread_bootstrap() { }
#endif /* _SRC__PLATFORM__MAIN_HELPER_H_ */