~ubuntu-branches/ubuntu/utopic/xen/utopic

« back to all changes in this revision

Viewing changes to xenolinux-2.4.25-sparse/include/asm-xeno/xeno_proc.h

  • Committer: Bazaar Package Importer
  • Author(s): Bastian Blank
  • Date: 2010-05-06 15:47:38 UTC
  • mto: (1.3.1) (15.1.1 sid) (4.1.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20100506154738-agoz0rlafrh1fnq7
Tags: upstream-4.0.0
ImportĀ upstreamĀ versionĀ 4.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
#ifndef __ASM_XENO_PROC_H__
3
 
#define __ASM_XENO_PROC_H__
4
 
 
5
 
#include <linux/config.h>
6
 
#include <linux/proc_fs.h>
7
 
 
8
 
extern struct proc_dir_entry *create_xeno_proc_entry(
9
 
    const char *name, mode_t mode);
10
 
extern void remove_xeno_proc_entry(
11
 
    const char *name);
12
 
 
13
 
#endif /* __ASM_XENO_PROC_H__ */