blob: 80dfaf1b79765b3b5631af7f2c96354b945f43e9 [file] [log] [blame]
Jeenu Viswambharana5b5b8d2018-02-06 12:21:39 +00001/*
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
9struct ras_interrupt arm_ras_interrupts[] = {
10};
11
12struct err_record_info arm_err_records[] = {
13};
14
15REGISTER_ERR_RECORD_INFO(arm_err_records);
16REGISTER_RAS_INTERRUPTS(arm_ras_interrupts);