projects
/
releases.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
GNU Linux-libre 4.19.304-gnu1
[releases.git]
/
arch
/
arm
/
mach-iop13xx
/
include
/
mach
/
hardware.h
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef __ASM_ARCH_HARDWARE_H
3
#define __ASM_ARCH_HARDWARE_H
4
#include <asm/types.h>
5
6
#ifndef __ASSEMBLY__
7
extern u16 iop13xx_dev_id(void);
8
extern void iop13xx_set_atu_mmr_bases(void);
9
#endif
10
11
/*
12
* Generic chipset bits
13
*
14
*/
15
#include "iop13xx.h"
16
17
/*
18
* Board specific bits
19
*/
20
#include "iq81340.h"
21
22
#endif /* _ASM_ARCH_HARDWARE_H */