comparison kernel/arch/qemu_vexpress/vexpressA9.c3 @ 402:0fb6633c42f6

Moved several files to logical locations
author Windel Bouwman
date Thu, 19 Feb 2015 00:13:07 +0100
parents 2ec730e45ea1
children 9eb1fc6aad6c
comparison
equal deleted inserted replaced
401:994c00d55fd5 402:0fb6633c42f6
20 *UART0DR = c; 20 *UART0DR = c;
21 } 21 }
22 22
23 function void halt() 23 function void halt()
24 { 24 {
25 while(true) {} 25 while(true)
26 {
27 }
26 } 28 }
27 29
28 function int pfr0(); 30 function int pfr0();
29 function int pfr1(); 31 function int pfr1();
30 function int mmfr0(); 32 function int mmfr0();