Skip to content

Commit

Permalink
fix: duplicate supercall id
Browse files Browse the repository at this point in the history
  • Loading branch information
bmax committed Oct 28, 2024
1 parent e70b529 commit 82a2849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/patch/include/uapi/scdefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ static inline long hash_key(const char *key)
#define SUPERCALL_HELLO 0x1000
#define SUPERCALL_KLOG 0x1004

#define SUPERCALL_BUILD_TIME 0x1007
#define SUPERCALL_KERNELPATCH_VER 0x1008
#define SUPERCALL_KERNEL_VER 0x1009
#define SUPERCALL_BUILD_TIME 0x1010

#define SUPERCALL_SKEY_GET 0x100a
#define SUPERCALL_SKEY_SET 0x100b
Expand Down

0 comments on commit 82a2849

Please sign in to comment.