blob: 285b6f87867c7d54d3d8d890577e3d6f331574af [file] [log] [blame]
#ifndef ARCH_HLT_H
#define ARCH_HLT_H
static inline __attribute__((always_inline)) void hlt(void)
{
for (;;) ;
}
#endif /* ARCH_HLT_H */