shithub: nix

Download patch

ref: ce9665da6b82c016e72ef61201fb9cc75dac78ca
parent: fb6848a719cdcab2dad3c0c7df2b9ab9e430a92a
author: glenda <glenda@cirno>
date: Fri May 3 11:16:10 EDT 2024

file for holding all the nix bits

--- /dev/null
+++ b/sys/src/nix/pc64/nix.h
@@ -1,0 +1,6 @@
+typedef struct ACVctl {
+	char*	(*f)(Ureg*,void*);
+	void*	a;
+	int	vno;
+	char	name[KNAMELEN];		/* of driver */
+} ACVctl;
\ No newline at end of file