summaryrefslogtreecommitdiff
path: root/bin/nv_wr08.c
blob: 184bfef46340a1736cd8374cdc9cd2120ca6e72e (plain)
1
2
3
4
5
6
7
#define FMTADDR    "0x%06lx"
#define FMTDATA    "0x%02x"
#define NAME       "nv_wr08"
#define CAST       u8
#define WRITE(o,v) nv_wo08(device, (o), (v))
#define MAIN       main
#include "nv_wrfunc.h"