aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/diag/diagmem.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/char/diag/diagmem.h')
-rw-r--r--drivers/char/diag/diagmem.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/char/diag/diagmem.h b/drivers/char/diag/diagmem.h
index 68617902106..16caae93fbc 100644
--- a/drivers/char/diag/diagmem.h
+++ b/drivers/char/diag/diagmem.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2008-2013, The Linux Foundation. All rights reserved.
+/* Copyright (c) 2008-2014, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
@@ -22,5 +22,6 @@ void diagmem_init(struct diagchar_dev *driver);
void diagmem_exit(struct diagchar_dev *driver, int pool_type);
#ifdef CONFIG_DIAGFWD_BRIDGE_CODE
void diagmem_hsic_init(int index);
+void diagmem_hsic_dci_init(int index);
#endif
#endif