address.h

来自「AMLOGIC DPF source code」· C头文件 代码 · 共 43 行

H
43
字号
/*******************************************************************
 * 
 *  Copyright C 2005 by Amlogic, Inc. All Rights Reserved.
 *
 *  Description: 
 *
 *  Author: Amlogic Software
 *  Created: Fri Nov 11 01:04:07 2005
 *
 *******************************************************************/
/*  address.h
 *
 *  This include file contains the information required to manipulate
 *  physical addresses.
 *
 *  COPYRIGHT (c) 1989-1999.
 *  On-Line Applications Research Corporation (OAR).
 *
 *  The license and distribution terms for this file may be
 *  found in the file LICENSE in this distribution or at
 *  http://www.avfs.com/license/LICENSE.
 *
 *  address.h,v 1.11.6.1 2003/09/04 18:55:05 joel Exp
 */

#ifndef __AVFS_ADDRESSES_h
#define __AVFS_ADDRESSES_h

#ifdef __cplusplus
extern "C" {
#endif

//#include <avfs/score/address.inl>
//porting
//#include "address.inl"

#ifdef __cplusplus
}
#endif

#endif
/* end of include file */

⌨️ 快捷键说明

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