Skip to content

Commit

Permalink
Fixup, forgot 1 file.
Browse files Browse the repository at this point in the history
  • Loading branch information
rickgaiser committed Nov 29, 2024
1 parent b124964 commit 0045756
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ee/ee_core/include/ee_core_compat.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#ifndef EE_CORE_COMPAT_H
#define EE_CORE_COMPAT_H

// This file is also used by assembly (.S) code
// So keep it simple

#define EECORE_COMPAT_UNHOOK (1<<0) // Unhook syscalls

#endif

0 comments on commit 0045756

Please sign in to comment.