]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - net/sntp.h
mmc: mxs: configure DMA timeout depending on xfer rate and data size
[karo-tx-uboot.git] / net / sntp.h
index 8a097bfa3859107dfe0fe30b4838ed4367dbb455..bf5bf0bb01d6dae7392608d38d46227c00b7e64b 100644 (file)
@@ -1,10 +1,7 @@
 /*
  * (C) Masami Komiya <mkomiya@sonare.it> 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 */
+extern void SntpStart(void);   /* Begin SNTP */
 
 #endif /* __SNTP_H__ */