#!/bin/sh

ker_ver=`uname -r`
grep "\<$1\>" /boot/System.map-${ker_ver} | cut -d' ' -f1
