* The relevant files have been modified in order to compile with McKernel.
Conflicts: kernel/Makefile.build.in
This commit is contained in:
committed by
Balazs Gerofi
parent
14b360e867
commit
64e2639adc
9
kernel/include/hfi1/file_ops.h
Normal file
9
kernel/include/hfi1/file_ops.h
Normal file
@ -0,0 +1,9 @@
|
||||
#ifndef _HFI1_FILE_OPS_H_
|
||||
#define _HFI1_FILE_OPS_H_
|
||||
|
||||
#include <ihk/types.h>
|
||||
#include <uio.h>
|
||||
|
||||
ssize_t hfi1_aio_write(void *private_data, const struct iovec *iovec, unsigned long dim);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user