xref: /aoo42x/main/sd/inc/diadef.h (revision 79aad27f)
1*155d622cSAndrew Rist /**************************************************************
2cdf0e10cSrcweir  *
3*155d622cSAndrew Rist  * Licensed to the Apache Software Foundation (ASF) under one
4*155d622cSAndrew Rist  * or more contributor license agreements.  See the NOTICE file
5*155d622cSAndrew Rist  * distributed with this work for additional information
6*155d622cSAndrew Rist  * regarding copyright ownership.  The ASF licenses this file
7*155d622cSAndrew Rist  * to you under the Apache License, Version 2.0 (the
8*155d622cSAndrew Rist  * "License"); you may not use this file except in compliance
9*155d622cSAndrew Rist  * with the License.  You may obtain a copy of the License at
10*155d622cSAndrew Rist  *
11*155d622cSAndrew Rist  *   http://www.apache.org/licenses/LICENSE-2.0
12*155d622cSAndrew Rist  *
13*155d622cSAndrew Rist  * Unless required by applicable law or agreed to in writing,
14*155d622cSAndrew Rist  * software distributed under the License is distributed on an
15*155d622cSAndrew Rist  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*155d622cSAndrew Rist  * KIND, either express or implied.  See the License for the
17*155d622cSAndrew Rist  * specific language governing permissions and limitations
18*155d622cSAndrew Rist  * under the License.
19*155d622cSAndrew Rist  *
20*155d622cSAndrew Rist  *************************************************************/
21*155d622cSAndrew Rist 
22*155d622cSAndrew Rist 
23cdf0e10cSrcweir 
24cdf0e10cSrcweir #ifndef _SD_DIADEF_H
25cdf0e10cSrcweir #define _SD_DIADEF_H
26cdf0e10cSrcweir 
27cdf0e10cSrcweir enum PresChange
28cdf0e10cSrcweir {
29cdf0e10cSrcweir 	PRESCHANGE_MANUAL = 0,
30cdf0e10cSrcweir 	PRESCHANGE_AUTO = 1,
31cdf0e10cSrcweir 	PRESCHANGE_SEMIAUTO = 2
32cdf0e10cSrcweir };
33cdf0e10cSrcweir 
34cdf0e10cSrcweir // muss angepasst werden!
35cdf0e10cSrcweir #define PRESCHANGE_COUNT 3
36cdf0e10cSrcweir 
37cdf0e10cSrcweir #endif // _SD_DIADEF_H
38cdf0e10cSrcweir 
39