Delete rtcdate, which is a left-over from an old lab (thanks Harry Porter)
This commit is contained in:
parent
48d1a7ffa5
commit
8bd04852c9
|
@ -1,8 +0,0 @@
|
||||||
struct rtcdate {
|
|
||||||
uint second;
|
|
||||||
uint minute;
|
|
||||||
uint hour;
|
|
||||||
uint day;
|
|
||||||
uint month;
|
|
||||||
uint year;
|
|
||||||
};
|
|
|
@ -1,7 +1,6 @@
|
||||||
#include "types.h"
|
#include "types.h"
|
||||||
#include "riscv.h"
|
#include "riscv.h"
|
||||||
#include "defs.h"
|
#include "defs.h"
|
||||||
#include "date.h"
|
|
||||||
#include "param.h"
|
#include "param.h"
|
||||||
#include "memlayout.h"
|
#include "memlayout.h"
|
||||||
#include "spinlock.h"
|
#include "spinlock.h"
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
struct stat;
|
struct stat;
|
||||||
struct rtcdate;
|
|
||||||
|
|
||||||
// system calls
|
// system calls
|
||||||
int fork(void);
|
int fork(void);
|
||||||
|
|
Loading…
Reference in a new issue