summaryrefslogtreecommitdiffstats
path: root/include/lib/extensions/pmuv3.h
blob: 62fee7b60c5a09026c92dc3caed4a2f6d89916fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * Copyright (c) 2023, Arm Limited. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef PMUV3_H
#define PMUV3_H

#include <context.h>

void pmuv3_init_el3(void);

#ifdef __aarch64__
void pmuv3_enable(cpu_context_t *ctx);
void pmuv3_init_el2_unused(void);
#endif /* __aarch64__ */

#endif /* PMUV3_H */