bsp.h

来自「Windows CE 6.0 BSP for the Beagle Board.」· C头文件 代码 · 共 31 行

H
31
字号
//
// Copyright (c) Special Computing.  All rights reserved. 
// Copyright (c) Microsoft Corporation.  All rights reserved.
//
//------------------------------------------------------------------------------
//
//  File:  bsp.h
//
#ifndef __BSP_H
#define __BSP_H

//------------------------------------------------------------------------------

#include <windows.h>
#include <ceddk.h>
#include <nkintr.h>
#include <oal.h>

#include <omap2420.h>
#include <beagle_defs.h>

#include <args.h>
#include <bsp_cfg.h>
#include <bsp_base_regs.h>
#include <image_cfg.h>
#include <bsp_menelaus.h>

//------------------------------------------------------------------------------

#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?