contur2
Loading...
Searching...
No Matches
interrupt.h File Reference

Interrupt enum class — hardware and software interrupt codes. More...

#include <cstdint>
Include dependency graph for interrupt.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  contur

Enumerations

enum class  contur::Interrupt : std::int32_t {
  contur::Ok = 0 , contur::Error = -1 , contur::DivByZero = 3 , contur::SystemCall = 11 ,
  contur::PageFault = 14 , contur::Exit = 16 , contur::NetworkIO = 32 , contur::Timer = 64 ,
  contur::DeviceIO = 254
}
 Interrupt codes used by the CPU and kernel. More...

Detailed Description

Interrupt enum class — hardware and software interrupt codes.

Definition in file interrupt.h.