mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-08-20 04:06:20 -04:00
Blackfin: portmux: allow header to be included in assembly files
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
c94101ae9c
commit
f75e8b32ad
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user