[Zion] Remove dead ZMessage struct.
This commit is contained in:
parent
e66706d381
commit
7dd10a3e53
5 changed files with 0 additions and 23 deletions
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "usr/zcall_internal.h"
|
||||
|
||||
z_err_t SysCall1(uint64_t number, const void* first) {
|
||||
z_err_t return_code;
|
||||
asm("syscall" : "=a"(return_code) : "D"(number), "S"(first) : "rcx", "r11");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue