clang-format
This commit is contained in:
@@ -36,14 +36,12 @@
|
||||
* You'll probably want to add stuff here.
|
||||
*/
|
||||
|
||||
|
||||
#include <machine/vm.h>
|
||||
|
||||
/* Fault-type arguments to vm_fault() */
|
||||
#define VM_FAULT_READ 0 /* A read was attempted */
|
||||
#define VM_FAULT_WRITE 1 /* A write was attempted */
|
||||
#define VM_FAULT_READONLY 2 /* A write to a readonly page was attempted*/
|
||||
|
||||
#define VM_FAULT_READ 0 /* A read was attempted */
|
||||
#define VM_FAULT_WRITE 1 /* A write was attempted */
|
||||
#define VM_FAULT_READONLY 2 /* A write to a readonly page was attempted*/
|
||||
|
||||
/* Initialization function */
|
||||
void vm_bootstrap(void);
|
||||
@@ -58,5 +56,4 @@ void free_kpages(vaddr_t addr);
|
||||
/* TLB shootdown handling called from interprocessor_interrupt */
|
||||
void vm_tlbshootdown(const struct tlbshootdown *);
|
||||
|
||||
|
||||
#endif /* _VM_H_ */
|
||||
|
||||
Reference in New Issue
Block a user