amu.h 292 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * Copyright (c) 2017, ARM Limited and Contributors. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef __AMU_H__
#define __AMU_H__

/* Enable all group 0 counters */
#define AMU_GROUP0_COUNTERS_MASK	0xf

void amu_enable(int el2_unused);

#endif /* __AMU_H__ */