blob: bbefe8ff6649b630aa775db6911a8d4277afea23 [file] [log] [blame]
Dimitris Papastamose08005a2017-10-12 13:02:29 +01001/*
2 * Copyright (c) 2017, ARM Limited and Contributors. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#ifndef __AMU_H__
8#define __AMU_H__
9
10/* Enable all group 0 counters */
11#define AMU_GROUP0_COUNTERS_MASK 0xf
12
13void amu_enable(int el2_unused);
14
15#endif /* __AMU_H__ */