]> git.lizzy.rs Git - plan9front.git/blob - sys/src/cmd/5i/icache.c
git/branch: somewhere in the syncing, the fix for junk files was lost
[plan9front.git] / sys / src / cmd / 5i / icache.c
1 #include <u.h>
2 #include <libc.h>
3 #include <bio.h>
4 #include <mach.h>
5 #include "arm.h"
6
7 void
8 icacheinit(void)
9 {
10 }
11
12 void
13 updateicache(ulong addr)
14 {
15         USED(addr);
16 }
17