- Added new SC_PING api
- Renamed from SC_GET_PID to SC_PID 

git-svn-id: svn://kolibrios.org@8634 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
turbocat
2021-03-04 08:50:03 +00:00
parent 1a73ba1001
commit cae5f61bc5
3 changed files with 9 additions and 4 deletions

View File

@@ -6,4 +6,5 @@
#define SC_GETC 4
#define SC_GETS 5
#define SC_CLS 6
#define SC_GET_PID 7
#define SC_PID 7
#define SC_PING 8