Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v2.6.19 11 lines 197 B view raw
1#ifndef __MMU_H 2#define __MMU_H 3 4/* Copyright (C) 2002, David McCullough <davidm@snapgear.com> */ 5 6typedef struct { 7 struct vm_list_struct *vmlist; 8 unsigned long end_brk; 9} mm_context_t; 10 11#endif