summaryrefslogtreecommitdiffstats
path: root/sys/dev/drm2/radeon/r600_cs.h
blob: 9db545e4c70ba9b5e964c9959b52f1080db93271 (plain)
1
2
3
4
5
6
7
8
9
10
11

#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");

#ifndef __R600_CS_H__
#define	__R600_CS_H__

int	r600_dma_cs_next_reloc(struct radeon_cs_parser *p,
	    struct radeon_cs_reloc **cs_reloc);

#endif /* !defined(__R600_CS_H__) */
OpenPOWER on IntegriCloud