repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove building with NOCRYPTO option
[minix.git]
/
minix
/
kernel
/
arch
/
earm
/
bsp
/
include
/
bsp_padconf.h
blob
5aa9c5341de1c190c596deb33820dcd4fc57fbbf
1
#ifndef _BSP_PADCONF_H_
2
#define _BSP_PADCONF_H_
3
4
#ifndef __ASSEMBLY__
5
6
void
bsp_padconf_init
(
void
);
7
int
bsp_padconf_set
(
u32_t padconf
,
u32_t mask
,
u32_t value
);
8
9
#endif
/* __ASSEMBLY__ */
10
11
#endif
/* _BSP_PADCONF_H_ */