Add Broadcom / Netgear changes from RAXE 1.0.0.48
[project/bcm63xx/u-boot.git] / arch / arm / mach-bcmbca / xrdp / data_path_init_basic.h
diff --git a/arch/arm/mach-bcmbca/xrdp/data_path_init_basic.h b/arch/arm/mach-bcmbca/xrdp/data_path_init_basic.h
new file mode 100644 (file)
index 0000000..4876ec0
--- /dev/null
@@ -0,0 +1,24 @@
+// SPDX-License-Identifier: GPL-2.0+
+/*
+ * Copyright (c) 2015 Broadcom
+ */
+/*
+   
+ */
+
+#ifndef _DATA_PATH_INIT_BASIC_
+#define _DATA_PATH_INIT_BASIC_
+
+#ifndef XRDP
+#define XRDP
+#endif
+
+/* includes */
+#include "bdmf_data_types.h"
+#include "rdp_common.h"
+
+/* functions */
+int data_path_init(dpi_params_t *dpi_params);
+int data_path_init_basic(dpi_params_t *dpi_params);
+#endif
+