Update von /sys/ aus Driversourcen

Die vom Driver gelieferten *.h aktualisiert.

Change-Id: Ie55919bc927cd925636d338899aad8531eef7090
diff --git a/sys/driver_hook.h b/sys/driver_hook.h
index 207ab19..67316e2 100644
--- a/sys/driver_hook.h
+++ b/sys/driver_hook.h
@@ -4,36 +4,39 @@
 /* --- Driver Hooks ---
  */
 
-#define H_MOVE_OBJECT0           0
-#define H_MOVE_OBJECT1           1
-#define H_LOAD_UIDS              2
-#define H_CLONE_UIDS             3
-#define H_CREATE_SUPER           4
-#define H_CREATE_OB              5
-#define H_CREATE_CLONE           6
-#define H_RESET                  7
-#define H_CLEAN_UP               8
-#define H_MODIFY_COMMAND         9
-#define H_NOTIFY_FAIL           10
-#define H_NO_IPC_SLOT           11
-#define H_INCLUDE_DIRS          12
-#define H_TELNET_NEG            13
-#define H_NOECHO                14
-#define H_ERQ_STOP              15
-#define H_MODIFY_COMMAND_FNAME  16
-#define H_COMMAND               17
-#define H_SEND_NOTIFY_FAIL      18
-#define H_AUTO_INCLUDE          19
-#define H_DEFAULT_METHOD        20
-#define H_DEFAULT_PROMPT        21
-#define H_PRINT_PROMPT          22
-#define H_REGEXP_PACKAGE        23
-#define H_MSG_DISCARDED         24
-#define H_FILE_ENCODING         25
-#define H_LWOBJECT_UIDS         26
-#define H_CREATE_LWOBJECT       27
+#define H_MOVE_OBJECT0               0
+#define H_MOVE_OBJECT1               1
+#define H_LOAD_UIDS                  2
+#define H_CLONE_UIDS                 3
+#define H_CREATE_SUPER               4
+#define H_CREATE_OB                  5
+#define H_CREATE_CLONE               6
+#define H_RESET                      7
+#define H_CLEAN_UP                   8
+#define H_MODIFY_COMMAND             9
+#define H_NOTIFY_FAIL               10
+#define H_NO_IPC_SLOT               11
+#define H_INCLUDE_DIRS              12
+#define H_TELNET_NEG                13
+#define H_NOECHO                    14
+#define H_ERQ_STOP                  15
+#define H_MODIFY_COMMAND_FNAME      16
+#define H_COMMAND                   17
+#define H_SEND_NOTIFY_FAIL          18
+#define H_AUTO_INCLUDE              19
+#define H_DEFAULT_METHOD            20
+#define H_DEFAULT_PROMPT            21
+#define H_PRINT_PROMPT              22
+#define H_REGEXP_PACKAGE            23
+#define H_MSG_DISCARDED             24
+#define H_FILE_ENCODING             25
+#define H_LWOBJECT_UIDS             26
+#define H_CREATE_LWOBJECT           27
+#define H_CREATE_LWOBJECT_COPY      28
+#define H_CREATE_LWOBJECT_RESTORE   29
+#define H_AUTO_INCLUDE_EXPRESSION   30
+#define H_AUTO_INCLUDE_BLOCK        31
 
-#define NUM_DRIVER_HOOKS        28  /* Number of hooks */
+#define NUM_DRIVER_HOOKS            32  /* Number of hooks */
 
 #endif /* LPC_DRIVER_HOOK_ */
-