···1818#include "rpadlpar.h"19192020#define DLPAR_KOBJ_NAME "control"2121-#define ADD_SLOT_ATTR_NAME "add_slot"2222-#define REMOVE_SLOT_ATTR_NAME "remove_slot"2121+2222+/* Those two have no quotes because they are passed to __ATTR() which2323+ * stringifies the argument (yuck !)2424+ */2525+#define ADD_SLOT_ATTR_NAME add_slot2626+#define REMOVE_SLOT_ATTR_NAME remove_slot23272428#define MAX_DRC_NAME_LEN 642529