Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
u-boot-2015.04
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
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
Show more breadcrumbs
vesta
u-boot-2015.04
Commits
f75e8b32
Commit
f75e8b32
authored
13 years ago
by
Mike Frysinger
Browse files
Options
Downloads
Patches
Plain Diff
Blackfin: portmux: allow header to be included in assembly files
Signed-off-by:
Mike Frysinger
<
vapier@gentoo.org
>
parent
c94101ae
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
arch/blackfin/include/asm/portmux.h
+4
-0
4 additions, 0 deletions
arch/blackfin/include/asm/portmux.h
with
4 additions
and
0 deletions
arch/blackfin/include/asm/portmux.h
+
4
−
0
View file @
f75e8b32
...
@@ -22,11 +22,15 @@
...
@@ -22,11 +22,15 @@
#define peripheral_request_list(per, label) peripheral_request_list(per)
#define peripheral_request_list(per, label) peripheral_request_list(per)
#endif
#endif
#ifndef __ASSEMBLY__
int
peripheral_request
(
unsigned
short
per
,
const
char
*
label
);
int
peripheral_request
(
unsigned
short
per
,
const
char
*
label
);
void
peripheral_free
(
unsigned
short
per
);
void
peripheral_free
(
unsigned
short
per
);
int
peripheral_request_list
(
const
unsigned
short
per
[],
const
char
*
label
);
int
peripheral_request_list
(
const
unsigned
short
per
[],
const
char
*
label
);
void
peripheral_free_list
(
const
unsigned
short
per
[]);
void
peripheral_free_list
(
const
unsigned
short
per
[]);
#endif
#include
<asm/blackfin.h>
#include
<asm/blackfin.h>
#ifndef P_SPORT2_TFS
#ifndef P_SPORT2_TFS
...
...
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