Changeset 20d50a1 in mainline for arch/mips32/include/mm/as.h
- Timestamp:
- 2006-01-13T13:02:45Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f9425006
- Parents:
- 0369911
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/include/mm/as.h
r0369911 r20d50a1 27 27 */ 28 28 29 #ifndef __mips32_ VM_H__30 #define __mips32_ VM_H__29 #ifndef __mips32_AS_H__ 30 #define __mips32_AS_H__ 31 31 32 32 #include <arch/types.h> … … 42 42 #define UDATA_ADDRESS_ARCH 0x01001000 43 43 44 extern void vm_install_arch(vm_t *vm);45 46 44 #endif
Note:
See TracChangeset
for help on using the changeset viewer.