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
payloads/edk2: Disable the CPU Timer Lib unless supported
[coreboot.git]
/
src
/
mainboard
/
supermicro
/
x10slm-f
/
hda_verb.c
blob
ada268d90ab7321fe9d0843c9d2ae4a2d8e4ab94
1
/* SPDX-License-Identifier: GPL-2.0-or-later */
2
3
#include <stdint.h>
4
#include <device/azalia_device.h>
5
6
const
u32 cim_verb_data
[] = {};
7
const
u32 pc_beep_verbs
[] = {};
8
9
AZALIA_ARRAY_SIZES
;