Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FPGA Configuration Space
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Projects
FPGA Configuration Space
Commits
da6bed9b
Commit
da6bed9b
authored
13 years ago
by
Manohar Vanga
Browse files
Options
Downloads
Patches
Plain Diff
simulation: fix build issue in fakeadc/dac.c (add includes)
Signed-off-by:
Manohar Vanga
<
manohar.vanga@cern.ch
>
parent
a74c7b61
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
simulation/fakeadc.c
+2
-0
2 additions, 0 deletions
simulation/fakeadc.c
simulation/fakedac.c
+2
-0
2 additions, 0 deletions
simulation/fakedac.c
with
4 additions
and
0 deletions
simulation/fakeadc.c
+
2
−
0
View file @
da6bed9b
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
simulation/fakedac.c
+
2
−
0
View file @
da6bed9b
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment