md_var.h (254e4e5b77d7788c46333ae35d5e9f347e22c746) | md_var.h (7245ffd10eda4ff604840350943d762f70657983) |
---|---|
1/*- 2 * Copyright (c) 1995 Bruce D. Evans. 3 * All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 26 unchanged lines hidden (view full) --- 35 36extern long Maxmem; 37extern char sigcode[]; 38extern int szsigcode; 39extern u_long elf_hwcap; 40extern register_t mvendorid; 41extern register_t marchid; 42extern register_t mimpid; | 1/*- 2 * Copyright (c) 1995 Bruce D. Evans. 3 * All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 26 unchanged lines hidden (view full) --- 35 36extern long Maxmem; 37extern char sigcode[]; 38extern int szsigcode; 39extern u_long elf_hwcap; 40extern register_t mvendorid; 41extern register_t marchid; 42extern register_t mimpid; |
43extern u_int mmu_caps; |
|
43 44struct dumperinfo; 45struct minidumpstate; 46 47int cpu_minidumpsys(struct dumperinfo *, const struct minidumpstate *); 48 49#endif /* !_MACHINE_MD_VAR_H_ */ | 44 45struct dumperinfo; 46struct minidumpstate; 47 48int cpu_minidumpsys(struct dumperinfo *, const struct minidumpstate *); 49 50#endif /* !_MACHINE_MD_VAR_H_ */ |