]> git.sur5r.net Git - u-boot/blobdiff - net/sntp.h
Merge git://www.denx.de/git/u-boot-cfi-flash
[u-boot] / net / sntp.h
index 1d0046e94b39a76ff4abe5f1e9c2383227e07678..c38bceed3f6a2044a91b970ada43eb2ef95d5889 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__
@@ -54,8 +51,8 @@ struct sntp_pkt_t {
        unsigned long long originate_timestamp;
        unsigned long long receive_timestamp;
        unsigned long long transmit_timestamp;
-};
+} __attribute__((packed));
 
-extern void SntpStart(void);   /* Begin SNTP */
+void sntp_start(void); /* Begin SNTP */
 
 #endif /* __SNTP_H__ */