X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fxilinx.h;h=2cb2e5b6aadc60922751c1aafa702592f0ad7b8d;hb=79ee3448021714db03ce9d5e6688e2c80cce253d;hp=d0799bc572b5420c90f8a7904dbf63592d373478;hpb=cd77dd109c4a439519a78c32eddc42bdebc7a61f;p=u-boot diff --git a/include/xilinx.h b/include/xilinx.h index d0799bc572..2cb2e5b6aa 100644 --- a/include/xilinx.h +++ b/include/xilinx.h @@ -100,5 +100,6 @@ typedef int (*Xilinx_busy_fn)( int cookie ); typedef int (*Xilinx_abort_fn)( int cookie ); typedef int (*Xilinx_pre_fn)( int cookie ); typedef int (*Xilinx_post_fn)( int cookie ); +typedef int (*Xilinx_bwr_fn)( void *buf, size_t len, int flush, int cookie ); #endif /* _XILINX_H_ */