blob: 8af108126b311d0db99068d8bcf208e16f910dc6 [file] [log] [blame]
Wolfgang Denk4646d2a2006-05-30 15:56:48 +02001/**
2 * @file IxOsServicesMemMap.h (Replaced by OSAL)
3 *
4 * @brief Header file for memory access maps
5 *
6 * @par
7 *
8 * @par
9 * IXP400 SW Release version 2.0
10 *
11 * -- Copyright Notice --
12 *
13 * @par
14 * Copyright 2001-2005, Intel Corporation.
15 * All rights reserved.
16 *
17 * @par
Wolfgang Denkc57eadc2013-07-28 22:12:47 +020018 * SPDX-License-Identifier: BSD-3-Clause
Wolfgang Denk4646d2a2006-05-30 15:56:48 +020019 * @par
20 * -- End of Copyright Notice --
21 */
22
23#ifndef IxOsServicesMemMap_H
24#define IxOsServicesMemMap_H
25
26#include "IxOsalBackward.h"
27#define IX_OSSERV_ETH_NPEA_MAP_SIZE (0x1000) /**< Eth for NPEA map size */
28#define IX_OSSERV_ETH_NPEA_PHYS_BASE IXP425_Eth_NPEA_BASE_PHYS
29
30#endif /* IxOsServicesMemMap_H */