Changeset 305 for GPL/branches/uniaud-2.0/include/linux/rwsem.h
- Timestamp:
- Mar 24, 2008, 2:43:42 AM (17 years ago)
- 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 1 3 #ifndef _LINUX_RWSEM_H 2 4 #define _LINUX_RWSEM_H 3 5 4 /*5 * This file is part of Uniaud32.6 * Copyright (c) 2008 Netlabs7 *8 * Uniaud32 is free software: you can redistribute it and/or modify9 * it under the terms of the GNU General Public License version 210 * 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 of14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the15 * GNU General Public License for more details.16 *17 * You should have received a copy of the GNU General Public License18 * along with Uniaud32. If not, see <http://www.gnu.org/licenses/>.19 */20 21 /*22 * rwsem.h --- R/W Semaphores, public interface23 */24 25 26 6 #endif /* _LINUX_RWSEM_H */
Note:
See TracChangeset
for help on using the changeset viewer.