📄 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 + -