Files
cros-kernel/src/util/hacf.h
2024-05-28 14:26:46 -05:00

10 lines
178 B
C

#ifndef _HACF_H
#define _HACF_H
extern "C"
/**
* @brief Cease all meaningful execution. Implementation is platform-dependent.
*/
void hacf() __attribute__((noreturn));
#endif