GITLAB

henyxia / tweekd

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • tweekd
  • bus.h
  • d4d5bb6d   Bus working ... Browse Code ยป
    tweekd can now exit cleanly
    henyxia
    2015-03-04 17:56:36 +0100  
bus.h 109 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8
#ifndef __BUS_H__
#define __BUS_H__

bool	initBus();
void*	processBus(void*);
void	sendToBus(char*);

#endif