Module Name: src Committed By: riastradh Date: Sun Dec 19 01:49:28 UTC 2021
Modified Files: src/sys/external/bsd/drm2/include/linux: agp_backend.h Log Message: Make <linux/agp_backend.h> yield the AGP APIish. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \ src/sys/external/bsd/drm2/include/linux/agp_backend.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/external/bsd/drm2/include/linux/agp_backend.h diff -u src/sys/external/bsd/drm2/include/linux/agp_backend.h:1.2 src/sys/external/bsd/drm2/include/linux/agp_backend.h:1.3 --- src/sys/external/bsd/drm2/include/linux/agp_backend.h:1.2 Tue Mar 18 18:20:43 2014 +++ src/sys/external/bsd/drm2/include/linux/agp_backend.h Sun Dec 19 01:49:28 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: agp_backend.h,v 1.2 2014/03/18 18:20:43 riastradh Exp $ */ +/* $NetBSD: agp_backend.h,v 1.3 2021/12/19 01:49:28 riastradh Exp $ */ /*- * Copyright (c) 2013 The NetBSD Foundation, Inc. @@ -32,4 +32,6 @@ #ifndef _LINUX_AGP_BACKEND_H_ #define _LINUX_AGP_BACKEND_H_ +#include <drm/drm_agp_netbsd.h> + #endif /* _LINUX_AGP_BACKEND_H_ */