mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
17 lines
248 B
C
17 lines
248 B
C
|
|
#include "blktaplib.h"
|
|
#include "blktapctrl.h"
|
|
|
|
|
|
int blktap_interface_open(void)
|
|
{
|
|
/* not yet implemented */
|
|
return -1;
|
|
}
|
|
|
|
int blktap_interface_create(int ctlfd, int *major, int *minor, blkif_t *blkif)
|
|
{
|
|
/* not yet implemented */
|
|
return -1;
|
|
}
|