X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=include%2Fspl-ctl.h;h=a31a0af89e82dc1e08d40544949b315f8eb04bbe;hb=34ee731f7e218aebab83a98208ea554cec6d7366;hp=9db13907348f1d16e6024109fe8194750d188615;hpb=716154c5926eb391eb8178203496430ffa7ebed8;p=mirror_spl-debian.git diff --git a/include/spl-ctl.h b/include/spl-ctl.h index 9db1390..a31a0af 100644 --- a/include/spl-ctl.h +++ b/include/spl-ctl.h @@ -6,7 +6,7 @@ * UCRL-CODE-235197 * * This file is part of the SPL, Solaris Porting Layer. - * For details, see . + * For details, see . * * 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 @@ -23,23 +23,23 @@ \*****************************************************************************/ #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 */