X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=net%2Fsntp.h;h=6a9c6bb82fb9bbfe2235a232b29569ce2b85c113;hb=1ab3a40db0c8b4250eabf16b16cf61e18a0322ad;hp=1d0046e94b39a76ff4abe5f1e9c2383227e07678;hpb=8fa3d2b8161bb73b759c9db5c811c885ca5ec60c;p=karo-tx-uboot.git diff --git a/net/sntp.h b/net/sntp.h index 1d0046e94b..6a9c6bb82f 100644 --- a/net/sntp.h +++ b/net/sntp.h @@ -1,10 +1,7 @@ /* * (C) Masami Komiya 2005 * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2, or (at - * your option) any later version. + * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __SNTP_H__ @@ -56,6 +53,6 @@ struct sntp_pkt_t { unsigned long long transmit_timestamp; }; -extern void SntpStart(void); /* Begin SNTP */ +void sntp_start(void); /* Begin SNTP */ #endif /* __SNTP_H__ */