Ignore:
Timestamp:
Mar 24, 2008, 2:43:42 AM (17 years ago)
Author:
Paul Smedley
Message:

Update source to ALSA 1.0.16 level

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/uniaud-2.0/include/linux/rwsem.h

    r298 r305  
     1/* $Id: rwsem.h,v 1.1.1.1 2003/07/02 13:57:00 eleph Exp $ */
     2
    13#ifndef _LINUX_RWSEM_H
    24#define _LINUX_RWSEM_H
    35
    4 /*
    5  * This file is part of Uniaud32.
    6  * Copyright (c) 2008 Netlabs
    7  *
    8  *  Uniaud32 is free software: you can redistribute it and/or modify
    9  *  it under the terms of the GNU General Public License version 2
    10  *  as published by the Free Software Foundation.
    11  *
    12  *  Uniaud32 is distributed in the hope that it will be useful,
    13  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
    14  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    15  *  GNU General Public License for more details.
    16  *
    17  *  You should have received a copy of the GNU General Public License
    18  *  along with Uniaud32.  If not, see <http://www.gnu.org/licenses/>.
    19  */
    20 
    21 /*
    22  * rwsem.h --- R/W Semaphores, public interface
    23  */
    24 
    25 
    266#endif /* _LINUX_RWSEM_H */
Note: See TracChangeset for help on using the changeset viewer.