www.pudn.com > 2minilib.rar > sysdrv.h
/***************************************************************************\
Copyright (c) 2004-2007 threewater@up-tech.com, All rights reserved.
by threewter 2004.4.26
\***************************************************************************/
/***************************************************************************\
#说明: 驱动抽象层包含头文件
---------------------------------- Bug --------------------------------------
---------------------------------- TODO list --------------------------------------
----------------------------------修正--------------------------------------
2004-5-26 创建
\***************************************************************************/
#ifndef __SYSDRV_H__
#define __SYSDRV_H__
#include "can.h"
#include "uart.h"
#include "mmu.h"
#endif