[BACK]Return to kcore.h CVS log [TXT][DIR] Up to [local] / sys / arch / vax / include

Annotation of sys/arch/vax/include/kcore.h, Revision 1.1.1.1

1.1       nbrk        1: /*     $OpenBSD: kcore.h,v 1.1 2006/06/11 22:09:32 miod Exp $  */
                      2: /* public domain */
                      3:
                      4: /* Keep this define consistent with VM_PHYSSEG_MAX in <machine/vmparam.h> */
                      5: #define        NPHYS_RAM_SEGS  1
                      6:
                      7: typedef struct cpu_kcore_hdr {
                      8:        vaddr_t         sysmap;
                      9:        phys_ram_seg_t  ram_segs[NPHYS_RAM_SEGS];
                     10: } cpu_kcore_hdr_t;

CVSweb