Skip to content

Commit

Permalink
platform: redeclared prototype for arch-specific signal mechanism
Browse files Browse the repository at this point in the history
  • Loading branch information
jewelcodes committed Nov 26, 2024
1 parent 90ccb5a commit b936a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/platform/platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ int platformConfigureIRQ(Thread *, int, IRQHandler *); // configure an IRQ pin
IRQCommand *platformGetIRQCommand(); // per-CPU IRQ command structure
void platformIdle(); // to be called when the CPU is idle
void platformCleanThread(void *, uintptr_t); // garbage collector after thread is killed or replaced by exec()
int platformSendSignal(Thread *, Thread *, int);
int platformSendSignal(Thread *, Thread *, int, uintptr_t);

0 comments on commit b936a31

Please sign in to comment.