shithub: riscv

ref: 8be7f27b758ef9ef818f68db0d8bcb7b038eae0e
dir: /sys/src/libbio/bfildes.c/

View raw version
#include	<u.h>
#include	<libc.h>
#include	<bio.h>

int
Bfildes(Biobufhdr *bp)
{

	return bp->fid;
}