1 #ifndef NBD_BACKEND_H
2 #define NBD_BACKEND_H
3 
4 void punch_hole(int fd, off_t off, off_t len);
5 
6 #endif
7