Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7595ac07 authored by Mike Frysinger's avatar Mike Frysinger
Browse files

Blackfin: gptimers: add group structure for hardware register layout

parent a64b3848
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -209,6 +209,15 @@ struct bfin_gptimer_regs {
	u32 width;
};

/*
 * bfin group timer registers layout
 */
struct bfin_gptimer_group_regs {
	__BFP(enable);
	__BFP(disable);
	u32 status;
};

#undef __BFP

#endif