util/sconfig: Remove unused ioapic and irq keywords
[coreboot.git] / src / southbridge / intel / lynxpoint / hda_verb.h
blob1d6ef39b98bcd1e396b137424f8416d58ff5dc5b
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef LYNXPOINT_HDA_VERB_H
4 #define LYNXPOINT_HDA_VERB_H
6 #include <stdint.h>
8 int hda_codec_detect(u8 *base);
10 #endif