mirror of
https://github.com/Waujito/youtubeUnblock.git
synced 2026-02-01 23:20:33 +03:00
assert for kmod
This commit is contained in:
@@ -22,7 +22,11 @@
|
||||
#define TYPES_H
|
||||
#include <asm/byteorder.h>
|
||||
|
||||
#ifndef KERNEL_SPACE
|
||||
#include <assert.h>
|
||||
#else
|
||||
#define assert(...) ;
|
||||
#endif
|
||||
|
||||
#ifdef KERNEL_SPACE
|
||||
#include <linux/errno.h> // IWYU pragma: export
|
||||
|
||||
Reference in New Issue
Block a user