/[pearpc]/src/system/sysfeatures.h
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /src/system/sysfeatures.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (show annotations)
Wed Sep 5 17:11:21 2007 UTC (16 years, 6 months ago) by dpavlin
File MIME type: text/plain
File size: 1143 byte(s)
import upstream CVS
1 /*
2 * PearPC
3 * sysfeatures.h
4 *
5 * Stupid GCC: we can't name this file features.h...
6 *
7 * Copyright (C) 2004 Stefan Weyergraf
8 *
9 * This program is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License version 2 as
11 * published by the Free Software Foundation.
12 *
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
17 *
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
21 */
22
23 #ifndef __SYSTEM_SYSFEATURES_H__
24 #define __SYSTEM_SYSFEATURES_H__
25
26 /* We've got the following features:
27 * PPC_VIDEO_CONVERT_ACCEL_FEATURE see sysvaccel.h
28 */
29
30 // provider priorities
31 #define PPC_FEATURE_NOT_PROVIDED 0
32 //#define PPC_FEATURE_PROVIDED_BY_OSAPI 1
33 #define PPC_FEATURE_PROVIDED_BY_ARCH 2
34
35 #include "arch/sysfeatures.h"
36 //#include "osapi/sysfeatures.h"
37
38 #endif

  ViewVC Help
Powered by ViewVC 1.1.26