summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-04-03 11:40:06 +0000
committerphk <phk@FreeBSD.org>2003-04-03 11:40:06 +0000
commitf14c63f8a83389a68213a3a6f089eeedc47f84eb (patch)
tree89c8647fc78759e90c8a7ad37de6a452caf49fae /sys/geom/geom.h
parent25c7685ca9a4fd34e7de5d2faa527c82897e6390 (diff)
downloadFreeBSD-src-f14c63f8a83389a68213a3a6f089eeedc47f84eb.zip
FreeBSD-src-f14c63f8a83389a68213a3a6f089eeedc47f84eb.tar.gz
Remove geom_enc.c, a superset of these functions are now available in
<sys/endian.h>
Diffstat (limited to 'sys/geom/geom.h')
-rw-r--r--sys/geom/geom.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/sys/geom/geom.h b/sys/geom/geom.h
index 8795a07..2afa103 100644
--- a/sys/geom/geom.h
+++ b/sys/geom/geom.h
@@ -349,14 +349,4 @@ extern struct sx topology_lock;
void *gctl_get_param(struct gctl_req *req, const char *param, int *len);
int gctl_error(struct gctl_req *req, const char *errtxt);
-/* geom_enc.c */
-uint16_t g_dec_be2(const u_char *p);
-uint32_t g_dec_be4(const u_char *p);
-uint16_t g_dec_le2(const u_char *p);
-uint32_t g_dec_le4(const u_char *p);
-uint64_t g_dec_le8(const u_char *p);
-void g_enc_le2(u_char *p, uint16_t u);
-void g_enc_le4(u_char *p, uint32_t u);
-void g_enc_le8(u_char *p, uint64_t u);
-
#endif /* _GEOM_GEOM_H_ */
OpenPOWER on IntegriCloud