summaryrefslogtreecommitdiffstats
path: root/services/std_svc/drtm/drtm_remediation.h
blob: 8f965f1cda2a8413f162bf562d8d6adebb1a9236 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * Copyright (c) 2022 Arm Limited. All rights reserved.
 *
 * SPDX-License-Identifier:    BSD-3-Clause
 *
 */
#ifndef DRTM_REMEDIATION_H
#define DRTM_REMEDIATION_H

uint64_t drtm_set_error(uint64_t x1, void *ctx);
uint64_t drtm_get_error(void *ctx);

void drtm_enter_remediation(uint64_t error_code, const char *error_str);

#endif /* DRTM_REMEDIATION_H */