Compare commits
2 commits
31ecdffa7e
...
7ac571809a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7ac571809a | ||
|
|
543e5f7001 |
2 changed files with 1 additions and 1 deletions
1
config.h
1
config.h
|
|
@ -1,5 +1,6 @@
|
|||
#ifndef KERNEL_CONFIG_H
|
||||
#define KERNEL_CONFIG_H
|
||||
|
||||
/*
|
||||
* Number of CPU's For now, this is hard-coded here. It will likely be
|
||||
* dynamically discovered in the future.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
#include "stdio.h"
|
||||
#include <assert.h>
|
||||
#include <rtc.h>
|
||||
#include <stdint.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue