MicrOS
exception_definition.h
Go to the documentation of this file.
1
#ifndef EXCEPTION_DEFINITION_H
2
#define EXCEPTION_DEFINITION_H
3
4
#include <stdint.h>
5
#include <stdbool.h>
6
7
typedef
struct
exception_definition
8
{
9
char
description
[32];
10
uint8_t
interrupt_number
;
11
}
exception_definition
;
12
13
#endif
exception_definition::description
char description[32]
Definition:
exception_definition.h:9
exception_definition
Definition:
exception_definition.h:7
exception_definition::interrupt_number
uint8_t interrupt_number
Definition:
exception_definition.h:10
os
kernel
src
cpu
idt
exceptions
exception_definition.h
Generated by
1.8.13