Jeenu Viswambharan | a5b5b8d | 2018-02-06 12:21:39 +0000 | [diff] [blame] | 1 | /* |
2 | * Copyright (c) 2018, ARM Limited and Contributors. All rights reserved. | ||||
3 | * | ||||
4 | * SPDX-License-Identifier: BSD-3-Clause | ||||
5 | */ | ||||
6 | |||||
7 | #include <ras.h> | ||||
8 | |||||
9 | struct ras_interrupt arm_ras_interrupts[] = { | ||||
10 | }; | ||||
11 | |||||
12 | struct err_record_info arm_err_records[] = { | ||||
13 | }; | ||||
14 | |||||
15 | REGISTER_ERR_RECORD_INFO(arm_err_records); | ||||
16 | REGISTER_RAS_INTERRUPTS(arm_ras_interrupts); |