diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2021-04-08 19:06:44 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2021-04-08 19:06:44 +0200 |
| commit | 8fee35522dee033863f68c1d2b45f5fe988de9eb (patch) | |
| tree | 5e094806066d2f13bc5ad1fefe663d132e291f8e /src/utils/asm.h | |
| parent | 958e2dae042ca9e28f23e509d541730f30fa8502 (diff) | |
Handle clock interrupt and cleaning code
Diffstat (limited to 'src/utils/asm.h')
| -rw-r--r-- | src/utils/asm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/asm.h b/src/utils/asm.h index f92195f..be265d8 100644 --- a/src/utils/asm.h +++ b/src/utils/asm.h @@ -9,4 +9,5 @@ #define inb(port,dst) \ asm volatile ("inb %%dx, %%al": "=a" (dst) : "d" (port)) + #endif
\ No newline at end of file |
