https://github.com/torvalds/linux
Raw File
Tip revision: 13311e74253fe64329390df80bed3f07314ddd61 authored by Linus Torvalds on 20 June 2021, 22:03:15 UTC
Linux 5.13-rc7
Tip revision: 13311e7
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