From c0ac73377011befa8a3e6444d61a80cd6ada2659 Mon Sep 17 00:00:00 2001 From: David 'Digit' Turner Date: Mon, 2 May 2011 15:05:35 +0200 Subject: Document new QEMU pipe implementation. + Rename android/pipe-net.c to android/hw-pipe-net.c Change-Id: Ia2e2466c3bf3ea812f36639420fad7ce2e0cb61d --- android/hw-pipe-net.h | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 android/hw-pipe-net.h (limited to 'android/hw-pipe-net.h') 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 */ -- cgit v1.1