usb_ipl_al_extern.h
来自「freescale atk source code」· C头文件 代码 · 共 46 行
H
46 行
/*====================================================================================================================================================================================================== Module Name: usb_ipl_al_extern.h General Description: This file contains the extern variable of hw interface layer which are exposed to application layer.====================================================================================================Copyright 2008 Freescale Semiconductor, Inc. All Rights Reserved.This file contains copyrighted material. Use of this file isrestricted by the provisions of a Freescale Software LicenseAgreement, which has either been electronically accepted byyou or has been expressly executed between the parties.Revision History==================================================================================================== INCLUDE FILES==================================================================================================*/#ifndef USB_IPL_AL_EXTERN_H#define USB_IPL_AL_EXTERN_H#ifdef __cplusplusextern "C" {#endif#include "su_basictypes.h"typedef struct { U32 buffer_address; U32 buffer_size;}usb_plat_config_data_t;extern void ipl_init(usb_plat_config_data_t *config_data_ptr);#ifdef __cplusplus} /* extern C++ */#endif#endif /* USB_IPL_AL_EXTERN_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?