]> Git Repo - linux.git/blob - include/linux/platform_data/media/coda.h
memcg, kmem: deprecate kmem.limit_in_bytes
[linux.git] / include / linux / platform_data / media / coda.h
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3  * Copyright (C) 2013 Philipp Zabel, Pengutronix
4  */
5 #ifndef PLATFORM_CODA_H
6 #define PLATFORM_CODA_H
7
8 struct device;
9
10 struct coda_platform_data {
11         struct device *iram_dev;
12 };
13
14 #endif
This page took 0.039023 seconds and 4 git commands to generate.