From 6018e17637264a9561b37be699c3d53b6661de23 Mon Sep 17 00:00:00 2001 From: Kacper Fiedorowicz Date: Sat, 3 Jan 2026 18:44:51 +0100 Subject: Add docs and nohup/unlink utitilies --- include/devctl.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'include/devctl.h') diff --git a/include/devctl.h b/include/devctl.h index 6948af13..573ec821 100644 --- a/include/devctl.h +++ b/include/devctl.h @@ -1,9 +1,5 @@ -#ifndef __DEVCTL_H -#define __DEVCTL_H +#pragma once -#include typedef __SIZE_TYPE__ size_t; int posix_devctl(int, int, void *restrict, size_t, int *restrict); - -#endif -- cgit v1.2.3