33 lines
964 B
C
33 lines
964 B
C
/*
|
|
* Copyright (c) 2016, NVIDIA Corporation. All rights reserved.
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify it
|
|
* under the terms and conditions of the GNU General Public License,
|
|
* version 2, as published by the Free Software Foundation.
|
|
*
|
|
* This program is distributed in the hope it will be useful, but WITHOUT
|
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
|
* more details.
|
|
*
|
|
* You should have received a copy of the GNU General Public License
|
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
*/
|
|
|
|
#ifndef NVHOST_BUS_CLIENT_T194_H
|
|
#define NVHOST_BUS_CLIENT_T194_H
|
|
|
|
#include <linux/of.h>
|
|
#include <linux/of_device.h>
|
|
#include <linux/of_platform.h>
|
|
|
|
#include "dev.h"
|
|
#include "bus_client_t186.h"
|
|
|
|
enum host1x_aperture_t194_e {
|
|
HOST1X_MSS_APERTURE = 3
|
|
};
|
|
|
|
#endif /* NVHOST_BUS_CLIENT_T194_H */
|
|
|