aboutsummaryrefslogtreecommitdiffstats
path: root/android/hw-pipe-net.h
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@android.com>2011-05-02 15:05:35 +0200
committerDavid 'Digit' Turner <digit@android.com>2011-05-04 10:55:47 +0200
commitc0ac73377011befa8a3e6444d61a80cd6ada2659 (patch)
tree7832607180923d12fc0775b7bd34ad45fe83bc77 /android/hw-pipe-net.h
parentdb6c47f81a31448407415fea160ac0b60ab7ee5a (diff)
downloadexternal_qemu-c0ac73377011befa8a3e6444d61a80cd6ada2659.zip
external_qemu-c0ac73377011befa8a3e6444d61a80cd6ada2659.tar.gz
external_qemu-c0ac73377011befa8a3e6444d61a80cd6ada2659.tar.bz2
Document new QEMU pipe implementation.
+ Rename android/pipe-net.c to android/hw-pipe-net.c Change-Id: Ia2e2466c3bf3ea812f36639420fad7ce2e0cb61d
Diffstat (limited to 'android/hw-pipe-net.h')
-rw-r--r--android/hw-pipe-net.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/android/hw-pipe-net.h b/android/hw-pipe-net.h
new file mode 100644
index 0000000..08db031
--- /dev/null
+++ b/android/hw-pipe-net.h
@@ -0,0 +1,22 @@
+/*
+ * 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 ANDROID_PIPE_NET_H
+#define ANDROID_PIPE_NET_H
+
+void android_net_pipes_init(void);
+
+#endif /* ANDROID_PIPE_NET_H */