pwrbtn2410.def

来自「友善之臂sbc2410x开发板wince系统下Samsung3.5寸屏用BSP源」· DEF 代码 · 共 42 行

DEF
42
字号
;******************************************************************************
;*
;* System On Chip(SOC)
;*
;* Copyright (c) 2002 Software Center, Samsung Electronics, Inc.
;* All rights reserved.
;*
;* This software is the confidential and proprietary information of Samsung
;* Electronics, Inc("Confidential Information"). You Shall not disclose such
;* Confidential Information and shall use it only in accordance with the terms
;* of the license agreement you entered into Samsung.
;*
;*-----------------------------------------------------------------------------
;*
;*  S3C2410 BSP (Windows CE.NET)
;*
;* pbut2410.h : Power Button Driver
;*
;* @author      zartoven@samsung.com (SOC, SWC, SAMSUNG Electronics)
;*
;* @date        2002/04/25
;*
;* Log:
;*  2002/04/25  Start
;*
;******************************************************************************


LIBRARY PWRBUT2410

EXPORTS DSK_Init
	DSK_Deinit
	DSK_Open
	DSK_Close
	DSK_Read
	DSK_Write
	DSK_Seek
	DSK_IOControl
	DSK_PowerDown
	DSK_PowerUp

⌨️ 快捷键说明

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