mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
proc_tools: introduce proc_put_hex()
Origin commit data
------------------
Branch: ni/coolstream
Commit: 15ba1d1d49
Author: vanhofen <vanhofen@gmx.de>
Date: 2022-11-24 (Thu, 24 Nov 2022)
Origin message was:
------------------
- proc_tools: introduce proc_put_hex()
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -18,6 +18,9 @@ int proc_put(const char *path, unsigned long value);
|
||||
int proc_put(const char *path, long long value);
|
||||
int proc_put(const char *path, unsigned long long value);
|
||||
int proc_put(const char *path, bool state);
|
||||
int proc_put_hex(const char *path, int value);
|
||||
int proc_put_het(const char *path, unsigned int value);
|
||||
|
||||
int proc_get(const char *path, char *value, const int len);
|
||||
unsigned int proc_get_hex(const char *path);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user