summaryrefslogblamecommitdiffstatshomepage
path: root/src/devices/machine/68340ser.h
blob: 0fda812ff0a735494bc43c9e563674edfafccc8c (plain) (tree)
1
2
3
4
5
6
7
8
9
10

                                  
 

                              




                         
// license:BSD-3-Clause
// copyright-holders:David Haywood

#include "cpu/m68000/m68000.h"

class m68340_serial
{
	public:
	void reset(void);
};