summaryrefslogtreecommitdiffstats
path: root/adb/adb.h
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-11-21 23:01:59 -0800
committerElliott Hughes <enh@google.com>2014-11-21 23:10:45 -0800
commit97ac0e1bb42ddd17c75691ecbe1df8a6520d4c81 (patch)
treee899f951a44088d5351cdbc8e2fb2249b038ef9d /adb/adb.h
parent6fe92d1a3fb17545d82d020a3c995f32e6b71f9d (diff)
downloadsystem_core-97ac0e1bb42ddd17c75691ecbe1df8a6520d4c81.zip
system_core-97ac0e1bb42ddd17c75691ecbe1df8a6520d4c81.tar.gz
system_core-97ac0e1bb42ddd17c75691ecbe1df8a6520d4c81.tar.bz2
Kill HAVE_BIG_ENDIAN, HAVE_ENDIAN_H, and HAVE_LITTLE_ENDIAN.
Change-Id: I9e25ac9d27e95b04fb8bf7a66c619af0139d8b8f
Diffstat (limited to 'adb/adb.h')
-rw-r--r--adb/adb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/adb/adb.h b/adb/adb.h
index 4f06800..6f5f997 100644
--- a/adb/adb.h
+++ b/adb/adb.h
@@ -375,7 +375,6 @@ void usb_kick(usb_handle *h);
int is_adb_interface(int vid, int pid, int usb_class, int usb_subclass, int usb_protocol);
#endif
-unsigned host_to_le32(unsigned n);
int adb_commandline(int argc, char **argv);
int connection_state(atransport *t);