This website requires JavaScript.
Explore
Help
Sign In
Nyaaori
/
rockbox
Watch
1
Star
0
Fork
You've already forked rockbox
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
e910f63bba
rockbox
/
utils
/
hwstub
/
stub
/
protocol.h
5 lines
61 B
C
Raw
Normal View
History
Unescape
Escape
hwstub: rewrite and expand library Rewrite the hwstub library in C++, with a clean and modular design. The library was designed from the ground up to be aware of multithreading issues and to handle memory allocation nicely with shared pointers. Compared to the original library, it brings the following major features: - support for JZ boot devices, it is very easy to add support for others - support for network transparent operations (through sockets): both tcp and unix domains are support Change-Id: I75899cb9c7aa938c17ede2bb3f468e7a55d625b4
2016-02-07 21:42:15 +00:00
#
include
"hwstub_protocol.h"
hwstub: don't put revision in the protocol, it's specific to the implementation Change-Id: I1311a22da41fe977f1613f1e313a864baa03027c
2014-08-05 16:18:17 +00:00
hwstub: fix warning: no newline at end of file with newer gcc Change-Id: Icb4233fb9b2b0d5b6f8c4a35dff300f38c8d3025
2016-02-29 07:29:21 +00:00
#
define HWSTUB_VERSION_REV 0
Reference in a new issue
Copy permalink