Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Unified Diff: include/err.h

Issue 1437453002: [kernel][ports] Add basic ports functionality (Closed) Base URL: https://github.com/travisg/lk.git@master
Patch Set: fix Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « app/tests/tests.c ('k') | include/kernel/port.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/err.h
diff --git a/include/err.h b/include/err.h
index 3340940a8d68b720547bd8f6b4979378e84f7fae..de73f4e9310208958c96638959fab390c410dc4c 100644
--- a/include/err.h
+++ b/include/err.h
@@ -71,6 +71,7 @@
#define ERR_NO_RESOURCES (-41)
#define ERR_BAD_HANDLE (-42)
#define ERR_ACCESS_DENIED (-43)
+#define ERR_PARTIAL_WRITE (-44)
#define ERR_USER_BASE (-16384)
« no previous file with comments | « app/tests/tests.c ('k') | include/kernel/port.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698