summaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/tegra-mce.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/tegra-mce.h b/include/linux/tegra-mce.h
index 4017b6e78..78c6ae88d 100644
--- a/include/linux/tegra-mce.h
+++ b/include/linux/tegra-mce.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (c) 2014-2017, NVIDIA CORPORATION. All rights reserved. 2 * Copyright (c) 2014-2018, NVIDIA CORPORATION. All rights reserved.
3 * 3 *
4 * This program is free software; you can redistribute it and/or modify it 4 * This program is free software; you can redistribute it and/or modify it
5 * under the terms and conditions of the GNU General Public License, 5 * under the terms and conditions of the GNU General Public License,
@@ -114,6 +114,8 @@ int tegra_mce_write_uncore_mca(mca_cmd_t cmd, u64 data, u32 *error);
114int tegra_mce_read_uncore_perfmon(u32 req, u32 *data); 114int tegra_mce_read_uncore_perfmon(u32 req, u32 *data);
115int tegra_mce_write_uncore_perfmon(u32 req, u32 data); 115int tegra_mce_write_uncore_perfmon(u32 req, u32 data);
116int tegra_mce_enable_latic(void); 116int tegra_mce_enable_latic(void);
117int tegra_mce_write_dda_ctrl(u32 index, u64 value);
118int tegra_mce_read_dda_ctrl(u32 index, u64 *value);
117 119
118/* Tegra cache functions */ 120/* Tegra cache functions */
119int tegra_flush_cache_all(void); 121int tegra_flush_cache_all(void);