Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Librem5
uboot-imx
Commits
fa838874
Commit
fa838874
authored
Dec 16, 2004
by
stroese
Browse files
remove "static" from "ide_dev_desc" to use it from external code
parent
1cdf5d92
Changes
1
Hide whitespace changes
Inline
Side-by-side
common/cmd_ide.c
View file @
fa838874
...
...
@@ -140,7 +140,7 @@ static int ide_bus_ok[CFG_IDE_MAXBUS];
static
int
ide_bus_ok
[
CFG_IDE_MAXBUS
]
=
{
0
,};
#endif
static
block_dev_desc_t
ide_dev_desc
[
CFG_IDE_MAXDEVICE
];
block_dev_desc_t
ide_dev_desc
[
CFG_IDE_MAXDEVICE
];
/* ------------------------------------------------------------------------- */
#ifdef CONFIG_IDE_LED
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment