diff options
author | Nick Kralevich <nnk@google.com> | 2011-04-27 10:37:48 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2011-04-27 10:37:48 -0700 |
commit | bb738d6727f589240dbd31b59e5747eab62ab59f (patch) | |
tree | 44c63f1651ab1ed90b27103563169b4fd7d9b078 /include | |
parent | 3268eda4dc028e338728d822e18974ed6e7cd639 (diff) | |
parent | de35f2741c4e32e331a92be99f7c04b92b94beb2 (diff) | |
download | system_core-bb738d6727f589240dbd31b59e5747eab62ab59f.zip system_core-bb738d6727f589240dbd31b59e5747eab62ab59f.tar.gz system_core-bb738d6727f589240dbd31b59e5747eab62ab59f.tar.bz2 |
am de35f274: am 03752be0: am 0c297f5e: Merge "Revert "Fold uevent message origin checking from init into libcutils.""
* commit 'de35f2741c4e32e331a92be99f7c04b92b94beb2':
Revert "Fold uevent message origin checking from init into libcutils."
Diffstat (limited to 'include')
-rw-r--r-- | include/cutils/uevent.h | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/include/cutils/uevent.h b/include/cutils/uevent.h deleted file mode 100644 index 587149c..0000000 --- a/include/cutils/uevent.h +++ /dev/null @@ -1,32 +0,0 @@ -/* - * Copyright (C) 2011 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 __CUTILS_UEVENT_H -#define __CUTILS_UEVENT_H - -#include <sys/socket.h> - -#ifdef __cplusplus -extern "C" { -#endif - -ssize_t uevent_checked_recv(int socket, void *buffer, size_t length); - -#ifdef __cplusplus -} -#endif - -#endif /* __CUTILS_UEVENT_H */ |