mirror of
https://github.com/ish-app/ish.git
synced 2026-01-18 13:57:29 +00:00
8 lines
162 B
C
8 lines
162 B
C
#include <linux/moduleparam.h>
|
|
#include "emu_unicorn.h"
|
|
|
|
#define KBUILD_MODNAME "unicorn"
|
|
|
|
bool unicorn_trace;
|
|
module_param_named(trace, unicorn_trace, bool, 0);
|