Change-Id: Ie497e4c8da05001ffe67c4a541bd24aa859ac0e2 Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com> Reviewed-on: http://review.coreboot.org/2987 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
7 lines
115 B
C
7 lines
115 B
C
#ifndef SPKMODEM_H
|
|
#define SPKMODEM_H 1
|
|
|
|
void spkmodem_init(void);
|
|
void spkmodem_tx_byte(unsigned char c);
|
|
|
|
#endif
|