xref: /dflybsd-src/sys/dev/drm/include/asm/shmparam.h (revision f436092bf546878d496fb20d417732e362000d05)
1*f436092bSFrançois Tigeot /*
2*f436092bSFrançois Tigeot  * Copyright (c) 2017 François Tigeot
3*f436092bSFrançois Tigeot  * All rights reserved.
4*f436092bSFrançois Tigeot  *
5*f436092bSFrançois Tigeot  * Redistribution and use in source and binary forms, with or without
6*f436092bSFrançois Tigeot  * modification, are permitted provided that the following conditions
7*f436092bSFrançois Tigeot  * are met:
8*f436092bSFrançois Tigeot  * 1. Redistributions of source code must retain the above copyright
9*f436092bSFrançois Tigeot  *    notice unmodified, this list of conditions, and the following
10*f436092bSFrançois Tigeot  *    disclaimer.
11*f436092bSFrançois Tigeot  * 2. Redistributions in binary form must reproduce the above copyright
12*f436092bSFrançois Tigeot  *    notice, this list of conditions and the following disclaimer in the
13*f436092bSFrançois Tigeot  *    documentation and/or other materials provided with the distribution.
14*f436092bSFrançois Tigeot  *
15*f436092bSFrançois Tigeot  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
16*f436092bSFrançois Tigeot  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
17*f436092bSFrançois Tigeot  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
18*f436092bSFrançois Tigeot  * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
19*f436092bSFrançois Tigeot  * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
20*f436092bSFrançois Tigeot  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
21*f436092bSFrançois Tigeot  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
22*f436092bSFrançois Tigeot  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23*f436092bSFrançois Tigeot  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
24*f436092bSFrançois Tigeot  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25*f436092bSFrançois Tigeot  */
26*f436092bSFrançois Tigeot 
27*f436092bSFrançois Tigeot #ifndef _UAPI_ASM_GENERIC_SHMPARAM_H_
28*f436092bSFrançois Tigeot #define _UAPI_ASM_GENERIC_SHMPARAM_H_
29*f436092bSFrançois Tigeot 
30*f436092bSFrançois Tigeot #define SHMLBA PAGE_SIZE
31*f436092bSFrançois Tigeot 
32*f436092bSFrançois Tigeot #endif	/* _UAPI_ASM_GENERIC_SHMPARAM_H_ */
33