Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
proc.c File Reference
#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/nubus.h>
#include <linux/proc_fs.h>
#include <linux/seq_file.h>
#include <linux/init.h>
#include <linux/module.h>
#include <asm/uaccess.h>
#include <asm/byteorder.h>

Go to the source code of this file.

Functions

int nubus_proc_attach_device (struct nubus_dev *dev)
 
 EXPORT_SYMBOL (nubus_proc_attach_device)
 
int nubus_proc_detach_device (struct nubus_dev *dev)
 
 EXPORT_SYMBOL (nubus_proc_detach_device)
 
void __init proc_bus_nubus_add_devices (void)
 
void __init nubus_proc_init (void)
 

Function Documentation

EXPORT_SYMBOL ( nubus_proc_attach_device  )
EXPORT_SYMBOL ( nubus_proc_detach_device  )
int nubus_proc_attach_device ( struct nubus_dev dev)

Definition at line 113 of file proc.c.

int nubus_proc_detach_device ( struct nubus_dev dev)

Definition at line 147 of file proc.c.

void __init nubus_proc_init ( void  )

Definition at line 169 of file proc.c.

void __init proc_bus_nubus_add_devices ( void  )

Definition at line 161 of file proc.c.