Skip to content

Commit

Permalink
Various minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
HAKarlsson committed Nov 16, 2023
1 parent 4c87d9f commit b2bdfe5
Show file tree
Hide file tree
Showing 17 changed files with 505 additions and 447 deletions.
1 change: 1 addition & 0 deletions common/inc/s3k/syscall.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ uint64_t s3k_reg_read(s3k_reg_t reg);
uint64_t s3k_reg_write(s3k_reg_t reg, uint64_t val);
void s3k_sync();
void s3k_sync_mem();
void s3k_sleep(uint64_t time);
s3k_err_t s3k_cap_read(s3k_cidx_t idx, s3k_cap_t *cap);
s3k_err_t s3k_cap_move(s3k_cidx_t src, s3k_cidx_t dst);
s3k_err_t s3k_cap_delete(s3k_cidx_t idx);
Expand Down
Loading

0 comments on commit b2bdfe5

Please sign in to comment.