Added header containing kernel typedefs for sandbox programs

This commit is contained in:
2022-12-29 10:25:50 +00:00
parent 84efc44710
commit 02b3be636b
4 changed files with 19 additions and 11 deletions

View File

@@ -0,0 +1,8 @@
#ifndef SOCKS_TYPES_H_
#define SOCKS_TYPES_H_
#include <stdint.h>
typedef uintptr_t phys_addr_t;
#endif