shithub: riscv

ref: 15140dcce2b1670af6f4d78ddb5cf52444107aee
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;
}