-#define MAX_SPECIAL_KERNEL_ID 10
-#define MAX_SPECIAL_ID 40
-
-/*
- * Provided by kernel
- */
-#define NORMA_DEVICE_PORT 1
-#define NORMA_HOST_PORT 2
-#define NORMA_HOST_PRIV_PORT 3
-
-/*
- * Not provided by kernel
- */
-#define NORMA_NAMESERVER_PORT (1 + MAX_SPECIAL_KERNEL_ID)
-
-/*
- * Definitions for ease of use.
- *
- * In the get call, the host parameter can be any host, but will generally
- * be the local node host port. In the set call, the host must the per-node
- * host port for the node being affected.
- */
-
-#define norma_get_device_port(host, node, port) \
- (norma_get_special_port((host), (node), NORMA_DEVICE_PORT, (port)))
-
-#define norma_set_device_port(host, port) \
- (norma_set_special_port((host), NORMA_DEVICE_PORT, (port)))