linux: oshide becomes xenv for broader use

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@932 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2011-09-03 15:33:25 +00:00
parent 10250ad230
commit 10ef62e381
5 changed files with 119 additions and 101 deletions

5
platform/linux/xenv.h Normal file
View file

@ -0,0 +1,5 @@
int xenv_init(void);
int xenv_update(int *is_down);
void xenv_finish(void);