repo.or.cz
/
linux-btrfs-devel.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linus
[linux-btrfs-devel.git]
/
drivers
/
staging
/
bcm
/
DDRInit.h
blob
550e260df539fd5cd41231001c425227549c5ccf
1
#ifndef _DDR_INIT_H_
2
#define _DDR_INIT_H_
3
4
5
6
int
ddr_init
(
PMINI_ADAPTER psAdapter
);
7
int
download_ddr_settings
(
PMINI_ADAPTER psAdapter
);
8
9
#endif