repo.or.cz
/
linux-2.6
/
next.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
include: replace linux/module.h with "struct module" wherever possible
[linux-2.6/next.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