op_deviceio.h

Go to the documentation of this file.
00001 
00012 #ifndef OP_DEVICEIO_H
00013 #define OP_DEVICEIO_H
00014 
00015 #ifdef __cplusplus
00016 extern "C" {
00017 #endif
00018 
00019 #include "op_types.h"
00020 
00021 #include <unistd.h>
00022 
00030 fd_t op_open_device(char const * name);
00031 
00051 ssize_t op_read_device(fd_t devfd, void * buf, size_t size);
00052 
00053 #ifdef __cplusplus
00054 }
00055 #endif
00056 
00057 #endif /* OP_DEVICEIO_H */

Generated on 8 Nov 2012 for Oprofile by  doxygen 1.6.1