Merge branch 'vfs-dev'
[lunaix-os.git] / lunaix-os / includes / arch / x86 / interrupts.h
index 862ef05bc46bbb4d64f0b4b698e577a222e0b343..3643a9ef668a92f2ae4b8f1b81d4a15ba431f67b 100644 (file)
@@ -32,7 +32,7 @@ typedef struct
     unsigned int ss;
 } __attribute__((packed)) isr_param;
 
-typedef void (*int_subscriber)(isr_param*);
+typedef void (*int_subscriber)(const isr_param*);
 
 #pragma region ISR_DECLARATION
 
@@ -63,6 +63,7 @@ ISR(21)
 
 ISR(32)
 ISR(33)
+ISR(34)
 
 ISR(201)
 ISR(202)