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

📄 usb_ipl_al_extern.h

📁 freescale atk source code
💻 H
字号:
/*======================================================================================================================================================================================================    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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -