summaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/platform/tegra/mcerr.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/platform/tegra/mcerr.h b/include/linux/platform/tegra/mcerr.h
index 512b43e22..ead72f330 100644
--- a/include/linux/platform/tegra/mcerr.h
+++ b/include/linux/platform/tegra/mcerr.h
@@ -2,7 +2,7 @@
2 * MC error interrupt handling header file. Various defines and declarations 2 * MC error interrupt handling header file. Various defines and declarations
3 * across tegra chips. 3 * across tegra chips.
4 * 4 *
5 * Copyright (c) 2010-2018, NVIDIA Corporation. All rights reserved. 5 * Copyright (c) 2010-2021, NVIDIA Corporation. All rights reserved.
6 * 6 *
7 * This program is free software; you can redistribute it and/or modify 7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by 8 * it under the terms of the GNU General Public License as published by
@@ -53,6 +53,7 @@
53 53
54struct platform_device; 54struct platform_device;
55int tegra_mcerr_init(struct dentry *mc_paren, struct platform_device *pdev); 55int tegra_mcerr_init(struct dentry *mc_paren, struct platform_device *pdev);
56void tegra_mcerr_resume(void);
56irqreturn_t tegra_mc_handle_general_fault(int src_chan, int intstatus); 57irqreturn_t tegra_mc_handle_general_fault(int src_chan, int intstatus);
57 58
58/* 59/*