bcwc_pcie: add ringbuffer handlign functions

This commit is contained in:
Sven Schnelle
2015-10-29 21:49:51 +01:00
parent fb8782e240
commit 9e6f0eb34a
5 changed files with 194 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
bcwc_pcie-objs := bcwc_ddr.o bcwc_hw.o bcwc_drv.o isp.o
bcwc_pcie-objs := bcwc_ddr.o bcwc_hw.o bcwc_drv.o bcwc_ringbuf.o bcwc_isp.o
obj-m := bcwc_pcie.o
KVERSION := $(shell uname -r)