1 #ifndef __VFS_SCRATCHPAD_H__
2 #define __VFS_SCRATCHPAD_H__
4 /* This is the per-process information. A slot is reserved for each potential
5 * process. Thus NR_PROCS must be the same as in the kernel.
7 EXTERN
struct scratchpad
{
16 } scratchpad
[NR_PROCS
];