https://github.com/torvalds/linux
Raw File
Tip revision: 2241ab53cbb5cdb08a6b2d4688feb13971058f65 authored by Linus Torvalds on 22 January 2023, 00:27:01 UTC
Linux 6.2-rc5
Tip revision: 2241ab5
gpmc.h
/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * General-Purpose Memory Controller for OMAP2
 *
 * Copyright (C) 2005-2006 Nokia Corporation
 *
 * Do not include this file in any new code, this will get removed
 * once omap3 boots in device tree only mode.
 */
#include <linux/omap-gpmc.h>
back to top