⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 arm_ddk.h

📁 ARM9基于WINDOWSCE的BSP源代码
💻 H
字号:
/*
*   The content of this file or document is CONFIDENTIAL and PROPRIETARY
*   to Jade Technologies Co., Ltd.  It is subjected to the terms of a
*   License Agreement between Licensee and Jade Technologies Co., Ltd.
*   restricting among other things, the use, reproduction, distribution
*   and transfer.  Each of the embodiments, including this information 
*   and any derivative work shall retain this copyright notice.
* 
*   Copyright (c) 2004 - 2005 Jade Technologies Co., Ltd. 
*   All rights reserved.
// ----------------------------------------------------------------
// File:     arm_ddk.h,v
// Revision: 1.0
// ----------------------------------------------------------------
// $
/*
 * THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
 * ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
 * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
 * PARTICULAR PURPOSE.
 *
 * All Rights Reserved
 *
 */

#ifndef __arm_ddk_h
#define __arm_ddk_h

#include <ceddk.h>

/*
 * system status, passed to display routines
 */
typedef enum
{
    EBOOT_STATUS_INITIALIZING = 0,
    EBOOT_STATUS_DOWNLOADING,
    EBOOT_STATUS_EXECUTING
} EBOOT_STATUS;

//
// The following structures are used to pass the parameters from various
// ddk functions into the OEMIoctl function where the actual work is done.
// Note that each structure contains a DWORD which is used to indicate which
// specific IOCTL_HAL_DDK_CALL function we want.

/* Place holder */

#endif /* ndef __arm_ddk_h */

/* EOF arm_ddk.h */

⌨️ 快捷键说明

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