X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/a3d08fcd5120d2aa8303b6349ca8b14e3f284af3..91447636331957f3d9b5ca5b508f07c526b0074d:/osfmk/ppc/chud/chud_memory.c?ds=sidebyside diff --git a/osfmk/ppc/chud/chud_memory.c b/osfmk/ppc/chud/chud_memory.c index 1cda5156f..5529fe8b1 100644 --- a/osfmk/ppc/chud/chud_memory.c +++ b/osfmk/ppc/chud/chud_memory.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003 Apple Computer, Inc. All rights reserved. + * Copyright (c) 2003-2004 Apple Computer, Inc. All rights reserved. * * @APPLE_LICENSE_HEADER_START@ * @@ -20,20 +20,19 @@ * @APPLE_LICENSE_HEADER_END@ */ +#include #include #include __private_extern__ uint64_t chudxnu_avail_memory_size(void) { - extern vm_size_t mem_size; return mem_size; } __private_extern__ uint64_t chudxnu_phys_memory_size(void) { - extern uint64_t mem_actual; return mem_actual; }