shithub: riscv

ref: ce1edc34368d192db7d3421673ca98c19cc792b2
dir: /sys/src/boot/alphapc/conf.h/

View raw version
typedef struct Bank	Bank;
typedef struct Bootconf	Bootconf;

struct Bootconf
{
	int		nbank;
	Bank		*bank;
	PCB		*pcb;
	uvlong	maxphys;
	char		*bootargs;
};

struct Bank
{
	uvlong	min;
	uvlong	max;
};

#define	BOOTARGSLEN	(4096)
#define	MAXCONF		32