From f8f416fb8f2ce79d0cbf980ee53ddb68fac850ca Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 16 Oct 2015 18:16:10 +0200 Subject: preliminary description of kdbus syscalls --- sys/decl.go | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'sys/decl.go') diff --git a/sys/decl.go b/sys/decl.go index 048ee92b5..d65d4450f 100644 --- a/sys/decl.go +++ b/sys/decl.go @@ -210,6 +210,12 @@ type FlagsType struct { Vals []uintptr } +type ConstType struct { + TypeCommon + TypeSize uintptr + Val uintptr +} + type IntKind int const ( -- cgit mrf-deployment