summaryrefslogtreecommitdiff
path: root/lib/common/avb_atl.h
diff options
context:
space:
mode:
authorandrew-elder <aelder@audioscience.com>2020-06-29 16:43:07 -0400
committerGitHub <noreply@github.com>2020-06-29 16:43:07 -0400
commitff076e83234d2207f33447b9bd6d1646d9245566 (patch)
treeb08be422b2434015eeb32c63a1ad3d46426961a2 /lib/common/avb_atl.h
parent8fa80d1de59fbef14c8d0e80d8d9a62679a6182a (diff)
parent2450131844c44c75f31c01c5d618e37d2bed5be2 (diff)
downloadOpen-AVB-ff076e83234d2207f33447b9bd6d1646d9245566.tar.gz
Merge pull request #900 from Avnu/open-avb-next
Open avb next
Diffstat (limited to 'lib/common/avb_atl.h')
-rw-r--r--lib/common/avb_atl.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/common/avb_atl.h b/lib/common/avb_atl.h
new file mode 100644
index 00000000..050662e4
--- /dev/null
+++ b/lib/common/avb_atl.h
@@ -0,0 +1,7 @@
+#ifndef __AVB_ATL_H__
+#define __AVB_ATL_H__
+
+#include <atl.h>
+int pci_connect(device_t * atl_dev);
+
+#endif