mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> git-svn-id: svn://coreboot.org/repository/coreboot-v3@768 f3766cd6-281f-0410-b1cd-43a5c92072e9
6 lines
103 B
C
6 lines
103 B
C
#ifndef AMD8111_H
|
|
#define AMD8111_H
|
|
|
|
void amd8111_enable(struct device * dev);
|
|
|
|
#endif /* AMD8111_H */
|