This repository has been archived on 2025-02-27. You can view files and clone it, but cannot push or open issues or pull requests.
portland-os/src/kernel/shutdown.h

6 lines
No EOL
90 B
C

#ifndef SHUTDOWN_H
#define SHUTDOWN_H
void shutdown() __attribute__ ((noreturn));
#endif