Update kernel api

This commit is contained in:
EnderIce2
2024-08-27 17:24:20 +03:00
parent 9bdb83c346
commit 021d6fdd6b
2 changed files with 11 additions and 0 deletions

View File

@ -57,6 +57,7 @@ typedef enum
NETWORK_TYPE_ETHERNET = DEVICE_TYPE_NETWORK + 2,
NETWORK_TYPE_WIFI = DEVICE_TYPE_NETWORK + 4,
NETWORK_TYPE_BLUETOOTH = DEVICE_TYPE_NETWORK + 8,
NETWORK_TYPE_UART = DEVICE_TYPE_NETWORK + 16,
BLOCK_TYPE_NONE = DEVICE_TYPE_BLOCK + 0,
BLOCK_TYPE_SDCARD = DEVICE_TYPE_BLOCK + 2,