···18#include "rpadlpar.h"1920#define DLPAR_KOBJ_NAME "control"21+22+/* Those two have no quotes because they are passed to __ATTR() which23+ * stringifies the argument (yuck !)24+ */25+#define ADD_SLOT_ATTR_NAME add_slot26+#define REMOVE_SLOT_ATTR_NAME remove_slot2728#define MAX_DRC_NAME_LEN 6429