summaryrefslogtreecommitdiff
path: root/src/superio/smsc/ece5048/ece5048.h
blob: cff612221bbea63fbe351ab87941465c2e8d2f2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef __SUPERIO_ECE5048_ECE5048_H__
#define __SUPERIO_ECE5048_ECE5048_H__

#include <device/pnp_type.h>
#include <stdint.h>

void ece5048_early_init(u16 port);
void ece5048_enable_serial(pnp_devfn_t dev, u16 iobase);

#endif