summaryrefslogtreecommitdiffstats
path: root/include/arch/x86_64/cpu.h
blob: 6e467c128dfd4b2a23631e0283951998acea8954 (plain) (blame)
1
2
3
4
5
6
#ifndef _JOVE_x86_64_CPU_H
#define _JOVE_x86_64_CPU_H 1

void cpu_arch_enable_sce(void);

#endif