blob: 1d40cec2eb7b117f39881d077742821ba9325a5d [file] [log] [blame]
Soby Mathew748be1d2016-05-05 14:10:46 +01001/*
Antonio Nino Diaz5e79cfe2019-02-11 13:34:15 +00002 * Copyright (c) 2016-2019, ARM Limited and Contributors. All rights reserved.
Soby Mathew748be1d2016-05-05 14:10:46 +01003 *
dp-armfa3cf0b2017-05-03 09:38:09 +01004 * SPDX-License-Identifier: BSD-3-Clause
Soby Mathew748be1d2016-05-05 14:10:46 +01005 */
6
Antonio Nino Diaz5eb88372018-11-08 10:20:19 +00007#ifndef AEM_GENERIC_H
8#define AEM_GENERIC_H
Soby Mathew748be1d2016-05-05 14:10:46 +01009
Antonio Nino Diaz5e79cfe2019-02-11 13:34:15 +000010#include <lib/utils_def.h>
11
Soby Mathew748be1d2016-05-05 14:10:46 +010012/* BASE AEM midr for revision 0 */
Antonio Nino Diaz5e79cfe2019-02-11 13:34:15 +000013#define BASE_AEM_MIDR U(0x410FD0F0)
Soby Mathew748be1d2016-05-05 14:10:46 +010014
Antonio Nino Diaz5eb88372018-11-08 10:20:19 +000015#endif /* AEM_GENERIC_H */