blob: d216a6d5287f37bfd30ccb4a1813246398967af4 [file] [log] [blame]
typedef __builtin_msr_t msr_t;
static msr_t rdmsr(unsigned long index)
{
return __builtin_rdmsr(index);
}
#warning "romcc should die gracefully here"