repo.or.cz
/
coreboot2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mb/ocp/tiogapass: Fix GPIOs
[coreboot2.git]
/
src
/
mainboard
/
asus
/
p5ql-em
/
cstates.c
blob
7f17b9f11e0b59880196e330ba979a59f15082c1
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#include <acpi/acpigen.h>
4
5
/* TODO: Could work... */
6
int
get_cst_entries
(
const
acpi_cstate_t
**
entries
)
7
{
8
return
0
;
9
}