/*
 * @.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/test.h>
#include <kern/debug.h>


#define DEBUG_@ 1
#ifdef DEBUG_@
	#define STATIC
	#define INLINE
#else
	#define STATIC	static
	#define INLINE	inline
#endif


//================================== ʒ` ===========================================

//================================== O[oC|[g ===============================

/******************************************************************************************************
 *
 * NX
 *
 *******************************************************************************************************/

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

//================================== PROTECTED ==========================================

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