1/*
2 * ARM will not have PAL routines, sorry.
3 */
4
5#ifndef _ARM_PAL_ROUTINES_H_
6#define _ARM_PAL_ROUTINES_H_
7
8#define	pal_kernel_announce() do { } while(0)
9
10#endif