]> git.proxmox.com Git - mirror_spl-debian.git/blobdiff - include/spl-ctl.h
New upstream version 0.7.8
[mirror_spl-debian.git] / include / spl-ctl.h
index 9db13907348f1d16e6024109fe8194750d188615..a31a0af89e82dc1e08d40544949b315f8eb04bbe 100644 (file)
@@ -6,7 +6,7 @@
  *  UCRL-CODE-235197
  *
  *  This file is part of the SPL, Solaris Porting Layer.
- *  For details, see <http://github.com/behlendorf/spl/>.
+ *  For details, see <http://zfsonlinux.org/>.
  *
  *  The SPL is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License as published by the
 \*****************************************************************************/
 
 #ifndef _DEBUG_CTL_H
-#define _DEBUG_CTL_H
+#define        _DEBUG_CTL_H
 
 /*
  * Contains shared definitions which both the user space
  * and kernel space portions of splat must agree on.
  */
 typedef struct spl_debug_header {
-        int ph_len;
-        int ph_flags;
-        int ph_subsys;
-        int ph_mask;
-        int ph_cpu_id;
-        int ph_sec;
-        long ph_usec;
-        int ph_stack;
-        int ph_pid;
-        int ph_line_num;
+       int ph_len;
+       int ph_flags;
+       int ph_subsys;
+       int ph_mask;
+       int ph_cpu_id;
+       int ph_sec;
+       long ph_usec;
+       int ph_stack;
+       int ph_pid;
+       int ph_line_num;
 } spl_debug_header_t;
 
 #endif /* _DEBUG_CTL_H */