+++ /dev/null
-/*
- * PASS (Power Aware System Service) PMQoS
- *
- * Copyright (c) 2016 Samsung Electronics Co., Ltd.
- *
- * Licensed under the Apache License, Version 2.0 (the License);
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-#ifndef __PASS_PMQOS__
-#define __PASS_PMQOS__
-
-/* Initialize and exit the Scenario-based PMQoS */
-int pass_pmqos_init(struct pass_resource *res);
-int pass_pmqos_exit(struct pass_resource *res);
-
-#endif /* __PASS_PMQOS__ */
#include "pass.h"
#include "pass-parser.h"
-#include "pass-pmqos.h"
#include "pass-hal.h"
#include "pass-rescon.h"
extern int pass_rescon_exit(struct pass_resource *res);
extern int pass_governor_init(struct pass_resource *res);
extern int pass_governor_exit(struct pass_resource *res);
+extern int pass_pmqos_init(struct pass_resource *res);
+extern int pass_pmqos_exit(struct pass_resource *res);
static struct pass g_pass;
static SystemPassCore *g_gdbus_instance = NULL;