sfxge: cleanup: support __out_bcount_part[_opt] PREfast annotations

New annotation coming into use in the common code. Support its use by
adding null macro definitions for non-Windows platforms.

Submitted by:   Richard Houldsworth <rhouldsworth at solarflare.com>
Sponsored by:   Solarflare Communications, Inc.
X-MFC with:     r293901
This commit is contained in:
Andrew Rybchenko 2016-01-20 06:50:30 +00:00
parent 473bcb0163
commit d2a37b9c9d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=294371

View File

@ -211,6 +211,8 @@ sfxge_map_mbuf_fast(bus_dma_tag_t tag, bus_dmamap_t map,
#define __out_ecount_opt(_n)
#define __out_bcount(_n)
#define __out_bcount_opt(_n)
#define __out_bcount_part(_n, _l)
#define __out_bcount_part_opt(_n, _l)
#define __deref_out