/*
 * @.c
 *
 * Copyright 200@, Minoru Murashima. All rights reserved.
 * Distributed under the terms of the BSD License.
 *
 *Գס
 *
 *
 *
 *ԸƤ
 */

#include <sys/config.h>
#include <sys/types.h>
#include <sys/param.h>
#include <kern/debug.h>

//=====================================  ===================================================

//===================================== Х륤ݡ =======================================

//===================================== PRIVATE ====================================================

//===================================== PUBLIC =====================================================

int @Init()
{
#ifdef DEBUG
	test_@();
#endif
}

void @Constructor(
	@ *this)
{
}

void @Destructor(
	@ *this)
{
}

//--------------------------------------------------------------------------------------------------
// System call
//--------------------------------------------------------------------------------------------------

//===================================== TEST =======================================================

#ifdef DEBUG
void test_@()
{
}
#endif
