fixed external declarations

This commit is contained in:
Steffen Vogel 2014-11-28 01:53:32 +01:00
parent 58876ffe05
commit b86e9d9a7d

View file

@ -52,9 +52,9 @@ extern char __BUILD_DATE;
extern char __BUILD_TIME;
/* Page frame counters */
atomic_int32_t total_pages;
atomic_int32_t total_allocated_pages;
atomic_int32_t total_available_pages;
extern atomic_int32_t total_pages;
extern atomic_int32_t total_allocated_pages;
extern atomic_int32_t total_available_pages;
static void userfoo(void* arg)
{