OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [tags/] [LINUX_2_4_26_OR32/] [linux/] [linux-2.4/] [include/] [linux/] [xattr.h] - Diff between revs 1279 and 1765

Only display areas with differences | Details | Blame | View Log

Rev 1279 Rev 1765
/*
/*
  File: linux/xattr.h
  File: linux/xattr.h
 
 
  Extended attributes handling.
  Extended attributes handling.
 
 
  Copyright (C) 2001 by Andreas Gruenbacher <a.gruenbacher@computer.org>
  Copyright (C) 2001 by Andreas Gruenbacher <a.gruenbacher@computer.org>
  Copyright (c) 2001-2002 Silicon Graphics, Inc.  All Rights Reserved.
  Copyright (c) 2001-2002 Silicon Graphics, Inc.  All Rights Reserved.
*/
*/
#ifndef _LINUX_XATTR_H
#ifndef _LINUX_XATTR_H
#define _LINUX_XATTR_H
#define _LINUX_XATTR_H
 
 
#define XATTR_CREATE    0x1     /* set the value, fail if attr already exists */
#define XATTR_CREATE    0x1     /* set the value, fail if attr already exists */
#define XATTR_REPLACE   0x2     /* set the value, fail if attr does not exist */
#define XATTR_REPLACE   0x2     /* set the value, fail if attr does not exist */
 
 
#endif  /* _LINUX_XATTR_H */
#endif  /* _LINUX_XATTR_H */
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.