diff options
| author | jmcneill <jmcneill@NetBSD.org> | 2010-12-25 16:49:08 +0000 |
|---|---|---|
| committer | jmcneill <jmcneill@NetBSD.org> | 2010-12-25 16:49:08 +0000 |
| commit | d99d0fa4b0f67bee56b81fb75838fb273cfdde5a (patch) | |
| tree | c019ab13f498ceced29d01bb6e2f90dd33e0a72d /include | |
| parent | 4979f91af9566dd4a5d9340b563671e9197553a5 (diff) | |
add /dev/video, /dev/video0
Diffstat (limited to 'include')
| -rw-r--r-- | include/paths.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/paths.h b/include/paths.h index ab0565110c4..2357df071c1 100644 --- a/include/paths.h +++ b/include/paths.h @@ -1,4 +1,4 @@ -/* $NetBSD: paths.h,v 1.37 2010/04/24 20:44:33 jruoho Exp $ */ +/* $NetBSD: paths.h,v 1.38 2010/12/25 16:49:08 jmcneill Exp $ */ /* * Copyright (c) 1989, 1993 @@ -95,6 +95,8 @@ #define _PATH_TTY "/dev/tty" #define _PATH_UNIX "/netbsd" #define _PATH_URANDOM "/dev/urandom" +#define _PATH_VIDEO "/dev/video" +#define _PATH_VIDEO0 "/dev/video0" /* * Provide trailing slash, since mostly used for building pathnames. |
