29 lines
497 B
C
29 lines
497 B
C
/**
|
|
* @file IxOsServicesMemAccess.h (Replaced by OSAL)
|
|
*
|
|
* @brief Header file for memory access
|
|
*
|
|
* @par
|
|
*
|
|
* @par
|
|
* IXP400 SW Release version 2.0
|
|
*
|
|
* -- Copyright Notice --
|
|
*
|
|
* @par
|
|
* Copyright 2001-2005, Intel Corporation.
|
|
* All rights reserved.
|
|
*
|
|
* @par
|
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
* @par
|
|
* -- End of Copyright Notice --
|
|
*/
|
|
|
|
#ifndef IxOsServicesMemAccess_H
|
|
#define IxOsServicesMemAccess_H
|
|
|
|
#include "IxOsalBackward.h"
|
|
|
|
#endif /* IxOsServicesMemAccess_H */
|