1*a1bf3f78SToomas Soome/* 2*a1bf3f78SToomas Soome * This file and its contents are supplied under the terms of the 3*a1bf3f78SToomas Soome * Common Development and Distribution License ("CDDL"), version 1.0. 4*a1bf3f78SToomas Soome * You may only use this file in accordance with the terms of version 5*a1bf3f78SToomas Soome * 1.0 of the CDDL. 6*a1bf3f78SToomas Soome * 7*a1bf3f78SToomas Soome * A full copy of the text of the CDDL should have accompanied this 8*a1bf3f78SToomas Soome * source. A copy of the CDDL is also available via the Internet at 9*a1bf3f78SToomas Soome * http://www.illumos.org/license/CDDL. 10*a1bf3f78SToomas Soome */ 11*a1bf3f78SToomas Soome 12*a1bf3f78SToomas Soome/* 13*a1bf3f78SToomas Soome * Copyright 2016 Toomas Soome <tsoome@me.com> 14*a1bf3f78SToomas Soome */ 15*a1bf3f78SToomas Soome 16*a1bf3f78SToomas Soome/*LINTLIBRARY*/ 17*a1bf3f78SToomas Soome/*PROTOLIB1*/ 18*a1bf3f78SToomas Soome 19*a1bf3f78SToomas Soome#include <ficl.h> 20*a1bf3f78SToomas Soome#include <ficlplatform/emu.h> 21