https://github.com/torvalds/linux
Raw File
Tip revision: acb1872577b346bd15ab3a3f8dff780d6cca4b70 authored by Linus Torvalds on 29 July 2018, 21:44:52 UTC
Linux 4.18-rc7
Tip revision: acb1872
hp300hw.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _M68K_HP300HW_H
#define _M68K_HP300HW_H

#include <asm/bootinfo-hp300.h>


extern unsigned long hp300_model;

#endif /* _M68K_HP300HW_H */
back to top