File: debugfs.h

package info (click to toggle)
reiser4progs 1.0.7-6
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 5,352 kB
  • ctags: 3,699
  • sloc: ansic: 33,483; sh: 8,489; makefile: 1,001
file content (23 lines) | stat: -rw-r--r-- 409 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* Copyright (C) 2001-2005 by Hans Reiser, licensing governed by
   reiser4progs/COPYING.

   debugfs.h -- debugs used functions. */

#ifndef DEBUGFS_H
#define DEBUGFS_H

#ifdef HAVE_CONFIG_H
#  include <config.h> 
#endif

#include <misc/misc.h>
#include <repair/librepair.h>
#include <reiser4/libreiser4.h>

#include "types.h"
#include "browse.h"
#include "print.h"

#define VERSION_PACK_SIGN "VRSN"

#endif