Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_universal7904
/
b9da0571050c09863e59f94d0b8594a290d61b88
/
.
/
arch
/
arm
/
plat-mxc
/
cpu.c
blob: 386e0d52cf587a3ee08436b3c8576f6a5122b160 [
file
] [
log
] [
blame
]
#include
<linux/module.h>
unsigned
int
__mxc_cpu_type
;
EXPORT_SYMBOL
(
__mxc_cpu_type
);
void
mxc_set_cpu_type
(
unsigned
int
type
)
{
__mxc_cpu_type
=
type
;
}