repo.or.cz
/
coreboot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
util/sconfig: Remove unused ioapic and irq keywords
[coreboot.git]
/
src
/
southbridge
/
intel
/
lynxpoint
/
hda_verb.h
blob
1d6ef39b98bcd1e396b137424f8416d58ff5dc5b
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#ifndef LYNXPOINT_HDA_VERB_H
4
#define LYNXPOINT_HDA_VERB_H
5
6
#include <stdint.h>
7
8
int
hda_codec_detect
(
u8
*
base
);
9
10
#endif