]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blame - include/linux/platform_data/media/coda.h
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
[mirror_ubuntu-eoan-kernel.git] / include / linux / platform_data / media / coda.h
CommitLineData
2874c5fd 1/* SPDX-License-Identifier: GPL-2.0-or-later */
657eee7d
PZ
2/*
3 * Copyright (C) 2013 Philipp Zabel, Pengutronix
657eee7d
PZ
4 */
5#ifndef PLATFORM_CODA_H
6#define PLATFORM_CODA_H
7
8struct device;
9
10struct coda_platform_data {
11 struct device *iram_dev;
12};
13
14#endif