Update kernel headers to v3.18.3.
Bug: 19127803 Change-Id: I67fa0832322ddd0032d909476047578be052bcf2
This commit is contained in:
@@ -39,5 +39,15 @@ struct sock_extended_err {
|
||||
#define SO_EE_ORIGIN_TXSTATUS 4
|
||||
#define SO_EE_ORIGIN_TIMESTAMPING SO_EE_ORIGIN_TXSTATUS
|
||||
#define SO_EE_OFFENDER(ee) ((struct sockaddr*)((ee)+1))
|
||||
struct scm_timestamping {
|
||||
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
|
||||
struct timespec ts[3];
|
||||
};
|
||||
enum {
|
||||
SCM_TSTAMP_SND,
|
||||
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
|
||||
SCM_TSTAMP_SCHED,
|
||||
SCM_TSTAMP_ACK,
|
||||
};
|
||||
#endif
|
||||
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
|
||||
|
Reference in New Issue
Block a user