Skip to content
Snippets Groups Projects
Commit da6bed9b authored by Manohar Vanga's avatar Manohar Vanga
Browse files

simulation: fix build issue in fakeadc/dac.c (add includes)


Signed-off-by: default avatarManohar Vanga <manohar.vanga@cern.ch>
parent a74c7b61
Branches
Tags
No related merge requests found
......@@ -21,6 +21,8 @@
*/
#include <linux/wishbone.h>
#include <linux/module.h>
#include <linux/init.h>
#define WB_ADC_VENDOR 0x0
#define WB_ADC_DEVICE 0x1
......
......@@ -21,6 +21,8 @@
*/
#include <linux/wishbone.h>
#include <linux/module.h>
#include <linux/init.h>
#define WB_DAC_VENDOR 0x0
#define WB_DAC_DEVICE 0x2
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment