Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jul 2015 21:16:40 GMT
From:      clord@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r288459 - soc2015/clord/head/sys/contrib/ficl
Message-ID:  <201507152116.t6FLGeN4012516@socsvn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: clord
Date: Wed Jul 15 21:16:39 2015
New Revision: 288459
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=288459

Log:
  Add declarations for FreeBSD related functions back into header file.
  

Modified:
  soc2015/clord/head/sys/contrib/ficl/ficl.h

Modified: soc2015/clord/head/sys/contrib/ficl/ficl.h
==============================================================================
--- soc2015/clord/head/sys/contrib/ficl/ficl.h	Wed Jul 15 19:38:14 2015	(r288458)
+++ soc2015/clord/head/sys/contrib/ficl/ficl.h	Wed Jul 15 21:16:39 2015	(r288459)
@@ -1794,6 +1794,23 @@
 ** Various FreeBSD goodies
 */
 
+#if defined(__i386__) && !defined(TESTMAIN)
+extern void ficlOutb(FICL_VM *pVM);
+extern void ficlInb(FICL_VM *pVM);
+#endif
+
+extern void ficlSetenv(FICL_VM *pVM);
+extern void ficlSetenvq(FICL_VM *pVM);
+extern void ficlGetenv(FICL_VM *pVM);
+extern void ficlUnsetenv(FICL_VM *pVM);
+extern void ficlCopyin(FICL_VM *pVM);
+extern void ficlCopyout(FICL_VM *pVM);
+extern void ficlFindfile(FICL_VM *pVM);
+extern void ficlCcall(FICL_VM *pVM);
+#if !defined(TESTMAIN)
+extern void ficlPnpdevices(FICL_VM *pVM);
+extern void ficlPnphandlers(FICL_VM *pVM);
+#endif
 
 /*
 ** Used with File-Access wordset.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507152116.t6FLGeN4012516>