staging: ramster: ramster-specific new files
commit14a3cd58dd4fa10df8d84b37efae1e92962ad372
authorDan Magenheimer <dan.magenheimer@oracle.com>
Mon, 30 Jan 2012 22:39:19 +0000 (30 14:39 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Feb 2012 01:04:08 +0000 (8 17:04 -0800)
treee1f8cae62c76dcc464dfcbb8877e6c749db0357a
parent0fb3860a8212bfce09e4c53ab342b84adb934159
staging: ramster: ramster-specific new files

New files for ramster support:  The file ramster.h declares externs
and some pampd bitfield manipulation.  The file zcache.h declares
some zcache functions that now must be accessed from the ramster
glue code.  The file ramster_o2net.c is the glue between
zcache and the o2net messaging code, providing routines called
from zcache that initiate messages, and routines that handle
messages by calling zcache. TODO explains future plans for merging.

Signed-off-by: Dan Magenheimer <dan.magenheimer@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ramster/TODO [new file with mode: 0644]
drivers/staging/ramster/ramster.h [new file with mode: 0644]
drivers/staging/ramster/ramster_o2net.c [new file with mode: 0644]
drivers/staging/ramster/zcache.h [new file with mode: 0644]