]> Git Repo - J-linux.git/blob - include/linux/platform_data/sgi-w1.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / include / linux / platform_data / sgi-w1.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * SGI One-Wire (W1) IP
4  */
5
6 #ifndef PLATFORM_DATA_SGI_W1_H
7 #define PLATFORM_DATA_SGI_W1_H
8
9 struct sgi_w1_platform_data {
10         char dev_id[64];
11 };
12
13 #endif /* PLATFORM_DATA_SGI_W1_H */
This page took 0.035579 seconds and 4 git commands to generate.