summaryrefslogtreecommitdiff
path: root/snd-alpx/alpx_xdma.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2024-05-10 18:52:23 (GMT)
committerChristian Pointner <equinox@helsinki.at>2024-05-10 18:52:23 (GMT)
commita641800acf13b5fb1463d4280c3ee7fc267143fb (patch)
tree248b647a682f71d9eb90d14d24081368ea905a42 /snd-alpx/alpx_xdma.h
parentcc4badffe0e02d159c21eb90ea080a6a2f90cb4b (diff)
import whole driver package
Diffstat (limited to 'snd-alpx/alpx_xdma.h')
-rw-r--r--snd-alpx/alpx_xdma.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/snd-alpx/alpx_xdma.h b/snd-alpx/alpx_xdma.h
deleted file mode 100644
index 3bb34c5..0000000
--- a/snd-alpx/alpx_xdma.h
+++ /dev/null
@@ -1,21 +0,0 @@
-// SPDX-License-Identifier: GPL-2.0-or-later
-/*
-* Support for Digigram AlpX PCI-e boards
-*
-* Copyright (c) 2024 Digigram Digital (info@digigram.com)
-*/
-#ifndef _ALPX_XDMA_H_
-#define _ALPX_XDMA_H_
-
-
-#include <linux/module.h>
-#include <linux/pci.h>
-#include <linux/platform_device.h>
-
-
-struct platform_device *alpx_xdma_register(struct pci_dev *pci_dev);
-
-void alpx_xdma_unregister(struct pci_dev *pci_dev,
- struct platform_device *xdma_pdev);
-
-#endif /*_ALPX_XDMA_H_*/