Skip to content
Snippets Groups Projects
Commit 9e84986a authored by arthur's avatar arthur
Browse files

minor error

parent cb5848ba
No related branches found
No related tags found
No related merge requests found
...@@ -5,3 +5,7 @@ ...@@ -5,3 +5,7 @@
#define FREQUENCY 1193182 #define FREQUENCY 1193182
#define CHANNEL_0 0x40 #define CHANNEL_0 0x40
#define CMD_REG 0x43 #define CMD_REG 0x43
pcb_t* get_pcb(uint32_t pid);
void scheduler(void);
...@@ -4,3 +4,6 @@ ...@@ -4,3 +4,6 @@
pcb_t* get_pcb(uint32_t pid); pcb_t* get_pcb(uint32_t pid);
int32_t remap_proc(int32_t pid); int32_t remap_proc(int32_t pid);
extern void scheduler(void);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment