mirror of
https://github.com/vivier/EMILE.git
synced 2024-12-21 18:30:20 +00:00
device.c header
This commit is contained in:
parent
f6cdf4d2c9
commit
1d46991bab
13
tools/device.h
Normal file
13
tools/device.h
Normal file
@ -0,0 +1,13 @@
|
||||
/*
|
||||
*
|
||||
* (c) 2005 Laurent Vivier <LaurentVivier@wanadoo.fr>
|
||||
*
|
||||
*/
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
#include <stdio.h>
|
||||
|
||||
extern int device_open(void);
|
||||
extern void device_close(void);
|
||||
extern void device_read(off_t offset, void* buffer, size_t size);
|
Loading…
Reference in New Issue
Block a user