Newer
Older
arm-trusted-firmware / plat / arm / board / fvp / aarch64 / fvp_ras.c
@Jeenu Viswambharan Jeenu Viswambharan on 21 Jun 2018 331 bytes Arm platforms: Remove common RAS configuration source
/*
 * Copyright (c) 2018, ARM Limited and Contributors. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#include <ras.h>

struct ras_interrupt fvp_ras_interrupts[] = {
};

struct err_record_info fvp_err_records[] = {
};

REGISTER_ERR_RECORD_INFO(fvp_err_records);
REGISTER_RAS_INTERRUPTS(fvp_ras_interrupts);