bcm64: add addarchfile() prototype to fns.h (for qeed)

This commit is contained in:
cinap_lenrek 2019-09-15 04:53:45 +02:00
parent acab8881bc
commit fc4bfd57d2

View file

@ -145,6 +145,10 @@ extern int startcpu(uint);
extern void okay(int);
extern void wdogoff(void);
/* devarch */
Dirtab* addarchfile(char*, int, long(*)(Chan*, void*, long, vlong),
long(*)(Chan*, void*, long, vlong));
/* dma */
extern uintptr dmaaddr(void*);
extern void dmaflush(int, void*, ulong);