Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
reform-boundary-uboot
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Show more breadcrumbs
Jack Humbert
reform-boundary-uboot
Commits
611aee2b
Commit
611aee2b
authored
10 years ago
by
Jeroen Hofstee
Committed by
Tom Rini
10 years ago
Browse files
Options
Downloads
Patches
Plain Diff
ide: add missing prototype
Signed-off-by:
Jeroen Hofstee
<
jeroen@myspectrum.nl
>
parent
5b5ac645
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/ide.h
+1
-0
1 addition, 0 deletions
include/ide.h
with
1 addition
and
0 deletions
include/ide.h
+
1
−
0
View file @
611aee2b
...
@@ -23,6 +23,7 @@ extern ulong ide_bus_offset[];
...
@@ -23,6 +23,7 @@ extern ulong ide_bus_offset[];
#define LED_IDE2 0x02
#define LED_IDE2 0x02
#define DEVICE_LED(d) ((d & 2) | ((d & 2) == 0))
/* depends on bit positions! */
#define DEVICE_LED(d) ((d & 2) | ((d & 2) == 0))
/* depends on bit positions! */
void
ide_led
(
uchar
led
,
uchar
status
);
#endif
/* CONFIG_IDE_LED */
#endif
/* CONFIG_IDE_LED */
#ifdef CONFIG_SYS_64BIT_LBA
#ifdef CONFIG_SYS_64BIT_LBA
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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