xref: /third_party/ltp/testcases/kernel/device-drivers/base/tbase/load_tbase.sh
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/ltp/testcases/kernel/device-drivers/base/tbase/
1f08c3bdfSopenharmony_ci#!/bin/sh
2f08c3bdfSopenharmony_ciinsmod -f ./tbase.ko || insmod -f ./tbase.o || exit 1
3f08c3bdfSopenharmony_cirm -f /dev/tbase
4f08c3bdfSopenharmony_cimajor=`awk '/tbase/{print \$1}' /proc/devices`
5f08c3bdfSopenharmony_cimknod /dev/tbase c $major 0
6

Indexes created Thu Nov 07 10:32:03 CST 2024