25 lines
575 B
C
25 lines
575 B
C
/* @(#)83 1.12 src/bos/kernel/sys/inode.h, syspfs, bos411, 9428A410j 10/26/93 10:50:25 */
|
|
#ifndef _H_INODE
|
|
#define _H_INODE
|
|
/*
|
|
* COMPONENT_NAME: (SYSLFS) Logical File System
|
|
*
|
|
* FUNCTIONS: inode.h
|
|
*
|
|
* ORIGINS: 27
|
|
*
|
|
* (C) COPYRIGHT International Business Machines Corp. 1988, 1989
|
|
* All Rights Reserved
|
|
* Licensed Materials - Property of IBM
|
|
*
|
|
* US Government Users Restricted Rights - Use, duplication or
|
|
* disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
|
|
*/
|
|
|
|
/*
|
|
* switch out to the actual .h
|
|
*/
|
|
#include "jfs/inode.h"
|
|
|
|
#endif /* _H_INODE */
|