prism2.device: Compiler delint
[AROS.git] / arch / m68k-amiga / kernel / kernel_globals.h
blobee98beb767ad403363228138c24354af5acb58d2
1 /*
2 Copyright © 2011, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: Global KernelBase access, Amiga hardware specific
6 Lang: english
7 */
9 /*
10 * getKernelBase() is intentionally not defined in order to produce
11 * build errors when referenced. Helps cleaning up the code.
14 static inline void setKernelBase(struct KernelBase *base)
16 /* Called from within AllocKernelBase(). Do nothing for now... */