?? ioctl_tab.h
字號:
// Copyright (c) David Vescovi. All rights reserved.
// Part of Project DrumStix
// Windows Embedded Developers Interest Group (WE-DIG) community project.
// http://www.we-dig.org
// Copyright (c) Microsoft Corporation. All rights reserved.
//------------------------------------------------------------------------------
//
// File: ioctl_tab.h
//
// Configuration file for the OAL IOCTL component.
//
// This file is included by the platform's ioctl.c file and defines the
// global IOCTL table, g_oalIoCtlTable[]. Therefore, this file may ONLY
// define OAL_IOCTL_HANDLER entries.
//
// IOCTL CODE, Flags Handler Function
//------------------------------------------------------------------------------
{ IOCTL_HAL_POSTINIT, 0, OALIoCtlHalPostInit },
{ IOCTL_HAL_PHYADR, 0, OALIoCtlHalPhyAdr },
{ IOCTL_HAL_FCS, 0, OALIoCtlHalFcs },
{ IOCTL_HAL_BOOTLOADER_VER, 0, OALIoCtlHalBootloaderVer },
{ IOCTL_HAL_HARDWARE_CNFG, 0, OALIoCtlHalHardwareConfig },
{ IOCTL_HAL_BOOTFLAGS, 0, OALIoCtlHalBootFlags },
#include <oal_ioctl_tab.h>
// Required Termination
{ 0, 0, NULL }
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -