|
Last change
on this file since 321 was 298, checked in by Brendan Oakley, 18 years ago |
|
Placeholders for workqueue.h and rwsem.h
|
-
Property svn:eol-style
set to
native
|
|
File size:
785 bytes
|
| Line | |
|---|
| 1 | #ifndef _LINUX_RWSEM_H
|
|---|
| 2 | #define _LINUX_RWSEM_H
|
|---|
| 3 |
|
|---|
| 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 |
|
|---|
| 26 | #endif /* _LINUX_RWSEM_H */
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.