repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
of: MSI: Simplify irqdomain lookup
[linux/fpc-iii.git]
/
arch
/
mips
/
include
/
asm
/
mach-bcm63xx
/
bcm63xx_dev_spi.h
blob
dd299548860d1619d70070799224c8b3758bd75b
1
#ifndef BCM63XX_DEV_SPI_H
2
#define BCM63XX_DEV_SPI_H
3
4
#include <linux/types.h>
5
#include <bcm63xx_io.h>
6
#include <bcm63xx_regs.h>
7
8
int
__init
bcm63xx_spi_register
(
void
);
9
10
#endif
/* BCM63XX_DEV_SPI_H */