/* $FreeBSD: src/sys/boot/ficl/unix.c,v 1.2.12.1 2010/02/10 00:26:20 kensmith Exp $ */ #include #include #include "ficl.h" unsigned long ficlNtohl(unsigned long number) { return ntohl(number); } void ficlCompilePlatform(FICL_DICT *dp) { return; }