From 13f797da7f190e9ea52f2f3d235210b8a4963b21 Mon Sep 17 00:00:00 2001 From: The Android Open Source Project Date: Tue, 10 Feb 2009 15:44:07 -0800 Subject: auto import from //branches/cupcake/...@130745 --- vold/switch.h | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 vold/switch.h (limited to 'vold/switch.h') diff --git a/vold/switch.h b/vold/switch.h new file mode 100644 index 00000000..6729f2df --- /dev/null +++ b/vold/switch.h @@ -0,0 +1,25 @@ + +/* + * Copyright (C) 2008 The Android Open Source Project + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +#ifndef _SWITCH_H +#define _SWITCH_H + +#include "vold.h" + +#define SYSFS_CLASS_SWITCH_PATH "/sys/class/switch" + +#endif -- cgit v1.2.3