Files
linux-nv-oot/drivers/misc/mods/mods_ras.h
Chris Dragan 0ae09fcdd1 misc: mods: clean-up copyrights
It is unnecessary to spell out license text when we are using
SPDX license identifiers.

Change-Id: I902e18a413126f4dddb0cbb1fb5c0e0de385d2a1
Signed-off-by: Chris Dragan <kdragan@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2892356
Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com>
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
2023-04-27 02:51:21 -07:00

23 lines
481 B
C

/* SPDX-License-Identifier: GPL-2.0-only */
/* Copyright (c) 2019-2023, NVIDIA CORPORATION. All rights reserved. */
#include "mods_internal.h"
void enable_cpu_core_reporting(u64 config);
/*Set the ERR_SEL register to choose the
*node for which to enable/disable errors for
*/
void set_err_sel(u64 sel_val);
/*Set the ERR_CTRL register selected
*by ERR_SEL
*/
void set_err_ctrl(u64 ctrl_val);
/*Get the ERR_CTRL register selected
*by ERR_SEL
*/
u64 get_err_ctrl(void);