fixeria has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-sgsn/+/29278 )
Change subject: gprs_llc.h: use '#pragma once'
......................................................................
gprs_llc.h: use '#pragma once'
Change-Id: Iff748fe68dbef83589bfb5e3bea5183deb365fa6
---
M include/osmocom/sgsn/gprs_llc.h
1 file changed, 1 insertion(+), 5 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-sgsn refs/changes/78/29278/1
diff --git a/include/osmocom/sgsn/gprs_llc.h b/include/osmocom/sgsn/gprs_llc.h
index ce0e63c..2c6c98b 100644
--- a/include/osmocom/sgsn/gprs_llc.h
+++ b/include/osmocom/sgsn/gprs_llc.h
@@ -1,5 +1,4 @@
-#ifndef _GPRS_LLC_H
-#define _GPRS_LLC_H
+#pragma once
#include <stdint.h>
#include <stdbool.h>
@@ -284,6 +283,3 @@
/* LLME handling routines */
struct llist_head *gprs_llme_list(void);
struct gprs_llc_lle *gprs_lle_get_or_create(const uint32_t tlli, uint8_t sapi);
-
-
-#endif
--
To view, visit
https://gerrit.osmocom.org/c/osmo-sgsn/+/29278
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-sgsn
Gerrit-Branch: master
Gerrit-Change-Id: Iff748fe68dbef83589bfb5e3bea5183deb365fa6
Gerrit-Change-Number: 29278
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: newchange