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