/* * (C) Copyright 2014 Leo C. * * SPDX-License-Identifier: GPL-2.0+ */ #ifndef Z180_SERV_H #define Z180_SERV_H void setup_z180_serv(void); void restart_z180_serv(void); #endif /* Z180_SERV_H */