]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - portable_io.h
Remove ->signum from struct signal_task.
[paraslash.git] / portable_io.h
index 1f3922f8c25a45f77ef7ff4c6958529d75c9ecb3..2353c6106e1073174f487177e23877e44b72f5af 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 2007-2010 Andre Noll <maan@systemlinux.org>
+ *
+ * Licensed under the GPL v2. For licencing details see COPYING.
+ */
+
+/** \file portable_io.h Inline functions for endian-independent binary IO. */
+
 static inline uint64_t read_portable(unsigned bits, const char *buf)
 {
        uint64_t ret = 0;